#CFEE4E

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

Shades of Pear #CFEE4E

Tints of Pear #CFEE4E

Color information

#CFEE4E (or 0xCFEE4E) is unknown color: approx Pear. HEX triplet: CF, EE and 4E. RGB value is (207,238,78). Sum of RGB (Red+Green+Blue) = 207+238+78=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE4E is #3011B1. Grayscale: #D3D3D3. Windows color (decimal): -3150258 or 5172943. OLE color: 5172943.

HSL color Cylindrical-coordinate representation of color #CFEE4E: hue angle of 71.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFEE4E is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB20723878-
CMYK0.1300.670.07
HSL71.62º82.47%61.96%-
HSV(B)71.62º67.23%93.33%-
XYZ57.6874.9618.64-
YUV210.4953.23125.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 238 (93.36% from 255) = 45.51%
BLUE value IS 78 (30.86% from 255) = 14.91%
R=39.58%
G=45.51%
B=14.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207238780.1300.670.0771.6282.4761.96
HexCFEE4ED043748523e
Octal317356116150103711012276
Binary1100111111101110100111011010100001111110010001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEE4E; }

 p { color: rgb(207,238,78); }

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

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

 a { background-color: rgb(207,238,78); }

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

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

 span { border-color: rgb(207,238,78); }

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