Html Css Color HEX #CCDE21 Pear

📋 copy color: '#CCDE21'

red 204 ◦ green 222 ◦ blue 33

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

Shades of Pear #CCDE21

Tints of Pear #CCDE21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.19%

R = 44.44%
G = 48.37%
B = 7.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#CCDE21 (or 0xCCDE21) is known color: Pear. HEX triplet: CC, DE and 21. RGB value is (204,222,33). Sum of RGB (Red+Green+Blue) = 204+222+33=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE21 is #3321DE. Grayscale: #C3C3C3. Windows color (decimal): -3351007 or 2219724. OLE color: 2219724.

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

Color convert

RGB 204 222 33 -
CMYK 0.08 0 0.85 0.13
HSL 65.71º 0.74% 0.5% -
HSV(B) 65.71º 0.85% 0.87% -
XYZ 51.3 65.19 11.32 -
YUV 195.07 36.54 134.37 -
System Red Green Blue C M Y K H S L
Decimal 204 222 33 0.08 0 0.85 0.13 65.71 0.74 0.5
Hex CC DE 21 8 0 55 D 42 4A 32
Octal 314 336 41 10 0 125 15 102 112 62
Binary 11001100 11011110 100001 1000 0 1010101 1101 1000010 1001010 110010

Color Harmonies of #CCDE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE21

Black with #CCDE21

Text Example


Text Example

White with #CCDE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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