#CFE53E

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

Shades of Pear #CFE53E

Tints of Pear #CFE53E

Color information

#CFE53E (or 0xCFE53E) is unknown color: approx Pear. HEX triplet: CF, E5 and 3E. RGB value is (207,229,62). Sum of RGB (Red+Green+Blue) = 207+229+62=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE53E is #301AC1. Grayscale: #CCCCCC. Windows color (decimal): -3152578 or 4122063. OLE color: 4122063.

HSL color Cylindrical-coordinate representation of color #CFE53E: hue angle of 67.9º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFE53E is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB20722962-
CMYK0.1000.730.10
HSL67.9º76.26%57.06%-
HSV(B)67.9º72.93%89.8%-
XYZ54.6269.6515.12-
YUV203.3848.21130.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 229 (89.84% from 255) = 45.98%
BLUE value IS 62 (24.61% from 255) = 12.45%
R=41.57%
G=45.98%
B=12.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal207229620.1000.730.1067.976.2657.06
HexCFE53EA049A444c39
Octal317345761201111210411471
Binary1100111111100101111110101001001001101010001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE53E; }

 p { color: rgb(207,229,62); }

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

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

 a { background-color: rgb(207,229,62); }

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

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

 span { border-color: rgb(207,229,62); }

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