#CEF24E

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

Shades of Pear #CEF24E

Tints of Pear #CEF24E

Color information

#CEF24E (or 0xCEF24E) is unknown color: approx Pear. HEX triplet: CE, F2 and 4E. RGB value is (206,242,78). Sum of RGB (Red+Green+Blue) = 206+242+78=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF24E is #310DB1. Grayscale: #D5D5D5. Windows color (decimal): -3214770 or 5173966. OLE color: 5173966.

HSL color Cylindrical-coordinate representation of color #CEF24E: hue angle of 73.17º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF24E is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB20624278-
CMYK0.1500.680.05
HSL73.17º86.32%62.75%-
HSV(B)73.17º67.77%94.9%-
XYZ58.5877.1819.02-
YUV212.5452.07123.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.16%
GREEN value IS 242 (94.92% from 255) = 46.01%
BLUE value IS 78 (30.86% from 255) = 14.83%
R=39.16%
G=46.01%
B=14.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206242780.1500.680.0573.1786.3262.75
HexCEF24EF044549563f
Octal316362116170104511112677
Binary1100111011110010100111011110100010010110010011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF24E; }

 p { color: rgb(206,242,78); }

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

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

 a { background-color: rgb(206,242,78); }

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

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

 span { border-color: rgb(206,242,78); }

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