#CEE72C

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

Shades of Pear #CEE72C

Tints of Pear #CEE72C

Color information

#CEE72C (or 0xCEE72C) is unknown color: approx Pear. HEX triplet: CE, E7 and 2C. RGB value is (206,231,44). Sum of RGB (Red+Green+Blue) = 206+231+44=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE72C is #3118D3. Grayscale: #CACACA. Windows color (decimal): -3217620 or 2942926. OLE color: 2942926.

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

Color convert

RGB20623144-
CMYK0.1100.810.09
HSL68.02º79.57%53.92%-
HSV(B)68.02º80.95%90.59%-
XYZ54.4870.4613.11-
YUV202.2138.72130.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 231 (90.62% from 255) = 48.02%
BLUE value IS 44 (17.58% from 255) = 9.15%
R=42.83%
G=48.02%
B=9.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206231440.1100.810.0968.0279.5753.92
HexCEE72CB0519445036
Octal316347541301211110412066
Binary1100111011100111101100101101010001100110001001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE72C; }

 p { color: rgb(206,231,44); }

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

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

 a { background-color: rgb(206,231,44); }

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

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

 span { border-color: rgb(206,231,44); }

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