#CCE234

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

Shades of Pear #CCE234

Tints of Pear #CCE234

Color information

#CCE234 (or 0xCCE234) is unknown color: approx Pear. HEX triplet: CC, E2 and 34. RGB value is (204,226,52). Sum of RGB (Red+Green+Blue) = 204+226+52=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE234 is #331DCB. Grayscale: #C8C8C8. Windows color (decimal): -3349964 or 3465932. OLE color: 3465932.

HSL color Cylindrical-coordinate representation of color #CCE234: hue angle of 67.59º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCE234 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB20422652-
CMYK0.1000.770.11
HSL67.59º75%54.51%-
HSV(B)67.59º76.99%88.63%-
XYZ52.7267.4813.49-
YUV199.5944.71131.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 226 (88.67% from 255) = 46.89%
BLUE value IS 52 (20.70% from 255) = 10.79%
R=42.32%
G=46.89%
B=10.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal204226520.1000.770.1167.597554.51
HexCCE234A04DB444b37
Octal314342641201151310411367
Binary1100110011100010110100101001001101101110001001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE234; }

 p { color: rgb(204,226,52); }

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

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

 a { background-color: rgb(204,226,52); }

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

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

 span { border-color: rgb(204,226,52); }

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