Html Css Color HEX #CCDE1C Pear

📋 copy color: '#CCDE1C'

red 204 ◦ green 222 ◦ blue 28

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

Shades of Pear #CCDE1C

Tints of Pear #CCDE1C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.9%

 BLUE value IS 28 (11.33% from 255) = 6.17%

R = 44.93%
G = 48.9%
B = 6.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#CCDE1C (or 0xCCDE1C) is known color: Pear. HEX triplet: CC, DE and 1C. RGB value is (204,222,28). Sum of RGB (Red+Green+Blue) = 204+222+28=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE1C is #3321E3. Grayscale: #C3C3C3. Windows color (decimal): -3351012 or 1892044. OLE color: 1892044.

HSL color Cylindrical-coordinate representation of color #CCDE1C: hue angle of 65.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCDE1C is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 222 28 -
CMYK 0.08 0 0.87 0.13
HSL 65.57º 0.78% 0.49% -
HSV(B) 65.57º 0.87% 0.87% -
XYZ 51.23 65.16 10.98 -
YUV 194.5 34.04 134.77 -
System Red Green Blue C M Y K H S L
Decimal 204 222 28 0.08 0 0.87 0.13 65.57 0.78 0.49
Hex CC DE 1C 8 0 57 D 42 4E 31
Octal 314 336 34 10 0 127 15 102 116 61
Binary 11001100 11011110 11100 1000 0 1010111 1101 1000010 1001110 110001

Color Harmonies of #CCDE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE1C

Black with #CCDE1C

Text Example


Text Example

White with #CCDE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE1C; }

 p { color: rgb(204,222,28); }

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

background-color css

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

 a { background-color: rgb(204,222,28); }

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

border-color css

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

 span { border-color: rgb(204,222,28); }

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