#ceef1e

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

Shades of Pear #CEEF1E

Tints of Pear #CEEF1E

Color information

#CEEF1E (or 0xCEEF1E) is unknown color: approx Pear. HEX triplet: CE, EF and 1E. RGB value is (206,239,30). Sum of RGB (Red+Green+Blue) = 206+239+30=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF1E is #3110E1. Grayscale: #CECECE. Windows color (decimal): -3215586 or 2027470. OLE color: 2027470.

HSL color Cylindrical-coordinate representation of color #CEEF1E: hue angle of 69.47º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEEF1E is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB20623930-
CMYK0.1400.870.06
HSL69.47º86.72%52.75%-
HSV(B)69.47º87.45%93.73%-
XYZ56.5574.9512.71-
YUV205.3129.07128.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 239 (93.75% from 255) = 50.32%
BLUE value IS 30 (12.11% from 255) = 6.32%
R=43.37%
G=50.32%
B=6.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal206239300.1400.870.0669.4786.7252.75
HexCEEF1EE0576455735
Octal31635736160127610512765
Binary11001110111011111111011100101011111010001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceef1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceef1e; }

 p { color: rgb(206,239,30); }

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

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

 a { background-color: rgb(206,239,30); }

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

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

 span { border-color: rgb(206,239,30); }

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