#CEE232

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

Shades of Pear #CEE232

Tints of Pear #CEE232

Color information

#CEE232 (or 0xCEE232) is unknown color: approx Pear. HEX triplet: CE, E2 and 32. RGB value is (206,226,50). Sum of RGB (Red+Green+Blue) = 206+226+50=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE232 is #311DCD. Grayscale: #C8C8C8. Windows color (decimal): -3218894 or 3334862. OLE color: 3334862.

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

Color convert

RGB20622650-
CMYK0.0900.780.11
HSL66.82º75.21%54.12%-
HSV(B)66.82º77.88%88.63%-
XYZ53.2367.7413.29-
YUV199.9643.37132.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 226 (88.67% from 255) = 46.89%
BLUE value IS 50 (19.92% from 255) = 10.37%
R=42.74%
G=46.89%
B=10.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206226500.0900.780.1166.8275.2154.12
HexCEE232904EB434b36
Octal316342621101161310311366
Binary1100111011100010110010100101001110101110000111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE232; }

 p { color: rgb(206,226,50); }

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

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

 a { background-color: rgb(206,226,50); }

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

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

 span { border-color: rgb(206,226,50); }

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