#CEF54E

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

Shades of Pear #CEF54E

Tints of Pear #CEF54E

Color information

#CEF54E (or 0xCEF54E) is unknown color: approx Pear. HEX triplet: CE, F5 and 4E. RGB value is (206,245,78). Sum of RGB (Red+Green+Blue) = 206+245+78=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF54E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF54E is #310AB1. Grayscale: #D6D6D6. Windows color (decimal): -3214002 or 5174734. OLE color: 5174734.

HSL color Cylindrical-coordinate representation of color #CEF54E: hue angle of 74.01º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF54E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB20624578-
CMYK0.1600.680.04
HSL74.01º89.3%63.33%-
HSV(B)74.01º68.16%96.08%-
XYZ59.4878.9819.32-
YUV214.351.08122.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 245 (96.09% from 255) = 46.31%
BLUE value IS 78 (30.86% from 255) = 14.74%
R=38.94%
G=46.31%
B=14.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal206245780.1600.680.0474.0189.363.33
HexCEF54E1004444a593f
Octal316365116200104411213177
Binary11001110111101011001110100000100010010010010101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF54E; }

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

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

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

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

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

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

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

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