#CEF14E

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

Shades of Pear #CEF14E

Tints of Pear #CEF14E

Color information

#CEF14E (or 0xCEF14E) is unknown color: approx Pear. HEX triplet: CE, F1 and 4E. RGB value is (206,241,78). Sum of RGB (Red+Green+Blue) = 206+241+78=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF14E is #310EB1. Grayscale: #D4D4D4. Windows color (decimal): -3215026 or 5173710. OLE color: 5173710.

HSL color Cylindrical-coordinate representation of color #CEF14E: hue angle of 72.88º degrees, saturation: 0.85, 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 #CEF14E is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB20624178-
CMYK0.1500.680.05
HSL72.88º85.34%62.55%-
HSV(B)72.88º67.63%94.51%-
XYZ58.2876.5818.92-
YUV211.9552.4123.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 78 (30.86% from 255) = 14.86%
R=39.24%
G=45.90%
B=14.86%

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
Decimal206241780.1500.680.0572.8885.3462.55
HexCEF14EF044549553f
Octal316361116170104511112577
Binary1100111011110001100111011110100010010110010011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF14E; }

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

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

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

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

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

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

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

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