#CFE13C

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

Shades of Pear #CFE13C

Tints of Pear #CFE13C

Color information

#CFE13C (or 0xCFE13C) is unknown color: approx Pear. HEX triplet: CF, E1 and 3C. RGB value is (207,225,60). Sum of RGB (Red+Green+Blue) = 207+225+60=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE13C is #301EC3. Grayscale: #C9C9C9. Windows color (decimal): -3153604 or 3989967. OLE color: 3989967.

HSL color Cylindrical-coordinate representation of color #CFE13C: hue angle of 66.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFE13C is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB20722560-
CMYK0.0800.730.12
HSL66.55º73.33%55.88%-
HSV(B)66.55º73.33%88.24%-
XYZ53.4767.4414.47-
YUV200.8148.54132.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 225 (88.28% from 255) = 45.73%
BLUE value IS 60 (23.83% from 255) = 12.20%
R=42.07%
G=45.73%
B=12.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207225600.0800.730.1266.5573.3355.88
HexCFE13C8049C434938
Octal317341741001111410311170
Binary1100111111100001111100100001001001110010000111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE13C; }

 p { color: rgb(207,225,60); }

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

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

 a { background-color: rgb(207,225,60); }

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

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

 span { border-color: rgb(207,225,60); }

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