#CCDE33

Color #CCDE33 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CCDE33

Tints of Pear #CCDE33

Color information

#CCDE33 (or 0xCCDE33) is unknown color: approx Pear. HEX triplet: CC, DE and 33. RGB value is (204,222,51). Sum of RGB (Red+Green+Blue) = 204+222+51=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE33 is #3321CC. Grayscale: #C5C5C5. Windows color (decimal): -3350989 or 3399372. OLE color: 3399372.

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

Color convert

RGB20422251-
CMYK0.0800.770.13
HSL66.32º72.15%53.53%-
HSV(B)66.32º77.03%87.06%-
XYZ51.6265.3213.02-
YUV197.1245.54132.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 222 (87.11% from 255) = 46.54%
BLUE value IS 51 (20.31% from 255) = 10.69%
R=42.77%
G=46.54%
B=10.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204222510.0800.770.1366.3272.1553.53
HexCCDE33804DD424836
Octal314336631001151510211066
Binary1100110011011110110011100001001101110110000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE33; }

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

 H1.HeaderClassName
 {
   color: #CCDE33;
 }
 .AnyTagClassName
 {
   color: #CCDE33;
 }
</style>
background-color css

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

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

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

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

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

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