Html Css Color HEX #CCED41 Pear

📋 copy color: '#CCED41'

red 204 ◦ green 237 ◦ blue 65

#CCED41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CCED41

Tints of Pear #CCED41

RGB

 RED value IS 204 (80.08% from 255) = 40.32%

 GREEN value IS 237 (92.97% from 255) = 46.84%

 BLUE value IS 65 (25.78% from 255) = 12.85%

R = 40.32%
G = 46.84%
B = 12.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCED41 (or 0xCCED41) is known color: Pear. HEX triplet: CC, ED and 41. RGB value is (204,237,65). Sum of RGB (Red+Green+Blue) = 204+237+65=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED41 is #3312BE. Grayscale: #D0D0D0. Windows color (decimal): -3347135 or 4320716. OLE color: 4320716.

HSL color Cylindrical-coordinate representation of color #CCED41: hue angle of 71.51º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCED41 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 65 -
CMYK 0.14 0 0.73 0.07
HSL 71.51º 0.83% 0.59% -
HSV(B) 71.51º 0.73% 0.93% -
XYZ 56.14 73.79 16.28 -
YUV 207.53 47.57 125.49 -
System Red Green Blue C M Y K H S L
Decimal 204 237 65 0.14 0 0.73 0.07 71.51 0.83 0.59
Hex CC ED 41 E 0 49 7 48 53 3B
Octal 314 355 101 16 0 111 7 110 123 73
Binary 11001100 11101101 1000001 1110 0 1001001 111 1001000 1010011 111011

Color Harmonies of #CCED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED41

Black with #CCED41

Text Example


Text Example

White with #CCED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED41; }

 p { color: rgb(204,237,65); }

 H1.HeaderClassName
 {
   color: #CCED41;
 }
 .AnyTagClassName
 {
   color: #CCED41;
 }
</style>

background-color css

<style>
 a { background-color: #CCED41; }

 a { background-color: rgb(204,237,65); }

 div.DivClassName
 {
   background-color: #CCED41;
 }
 .BgClassName
 {
   background-color: #CCED41;
 }
</style>

border-color css

<style>
 span { border-color: #CCED41; }

 span { border-color: rgb(204,237,65); }

 td.TdClassName
 {
   border-color: #CCED41;
 }
 .TagClassName
 {
   border-color: #CCED41;
 }
</style>