#CFE53F

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

Shades of Pear #CFE53F

Tints of Pear #CFE53F

Color information

#CFE53F (or 0xCFE53F) is unknown color: approx Pear. HEX triplet: CF, E5 and 3F. RGB value is (207,229,63). Sum of RGB (Red+Green+Blue) = 207+229+63=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE53F is #301AC0. Grayscale: #CCCCCC. Windows color (decimal): -3152577 or 4187599. OLE color: 4187599.

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

Color convert

RGB20722963-
CMYK0.1000.720.10
HSL67.95º76.15%57.25%-
HSV(B)67.95º72.49%89.8%-
XYZ54.6569.6615.27-
YUV203.548.71130.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.48%
GREEN value IS 229 (89.84% from 255) = 45.89%
BLUE value IS 63 (25% from 255) = 12.63%
R=41.48%
G=45.89%
B=12.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal207229630.1000.720.1067.9576.1557.25
HexCFE53FA048A444c39
Octal317345771201101210411471
Binary1100111111100101111111101001001000101010001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE53F; }

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

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

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

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

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

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

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

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