#cfe849

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

Shades of Pear #CFE849

Tints of Pear #CFE849

Color information

#CFE849 (or 0xCFE849) is unknown color: approx Pear. HEX triplet: CF, E8 and 49. RGB value is (207,232,73). Sum of RGB (Red+Green+Blue) = 207+232+73=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE849 is #3017B6. Grayscale: #CFCFCF. Windows color (decimal): -3151799 or 4843727. OLE color: 4843727.

HSL color Cylindrical-coordinate representation of color #CFE849: hue angle of 69.43º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFE849 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB20723273-
CMYK0.1100.690.09
HSL69.43º77.56%59.8%-
HSV(B)69.43º68.53%90.98%-
XYZ55.7971.4617.16-
YUV206.452.72128.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 232 (91.02% from 255) = 45.31%
BLUE value IS 73 (28.91% from 255) = 14.26%
R=40.43%
G=45.31%
B=14.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207232730.1100.690.0969.4377.5659.8
HexCFE849B0459454e3c
Octal3173501111301051110511674
Binary11001111111010001001001101101000101100110001011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfe849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfe849; }

 p { color: rgb(207,232,73); }

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

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

 a { background-color: rgb(207,232,73); }

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

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

 span { border-color: rgb(207,232,73); }

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