#CEEA15

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

Shades of Pear #CEEA15

Tints of Pear #CEEA15

Color information

#CEEA15 (or 0xCEEA15) is unknown color: approx Pear. HEX triplet: CE, EA and 15. RGB value is (206,234,21). Sum of RGB (Red+Green+Blue) = 206+234+21=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEA15 is #3115EA. Grayscale: #CACACA. Windows color (decimal): -3216875 or 1436366. OLE color: 1436366.

HSL color Cylindrical-coordinate representation of color #CEEA15: hue angle of 67.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEEA15 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB20623421-
CMYK0.1200.910.08
HSL67.89º83.53%50%-
HSV(B)67.89º91.03%91.76%-
XYZ55.0172.0211.71-
YUV201.3526.22131.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 234 (91.80% from 255) = 50.76%
BLUE value IS 21 (8.59% from 255) = 4.56%
R=44.69%
G=50.76%
B=4.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206234210.1200.910.0867.8983.5350
HexCEEA15C05B8445432
Octal316352251401331010412462
Binary110011101110101010101110001011011100010001001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA15; }

 p { color: rgb(206,234,21); }

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

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

 a { background-color: rgb(206,234,21); }

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

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

 span { border-color: rgb(206,234,21); }

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