#CDF849

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

Shades of Pear #CDF849

Tints of Pear #CDF849

Color information

#CDF849 (or 0xCDF849) is unknown color: approx Pear. HEX triplet: CD, F8 and 49. RGB value is (205,248,73). Sum of RGB (Red+Green+Blue) = 205+248+73=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF849 is #3207B6. Grayscale: #D7D7D7. Windows color (decimal): -3278775 or 4847821. OLE color: 4847821.

HSL color Cylindrical-coordinate representation of color #CDF849: hue angle of 74.74º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDF849 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB20524873-
CMYK0.1700.710.03
HSL74.74º92.59%62.94%-
HSV(B)74.74º70.56%97.25%-
XYZ59.9580.5918.7-
YUV215.1947.75120.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 248 (97.27% from 255) = 47.15%
BLUE value IS 73 (28.91% from 255) = 13.88%
R=38.97%
G=47.15%
B=13.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205248730.1700.710.0374.7492.5962.94
HexCDF8491104734b5d3f
Octal315370111210107311313577
Binary1100110111111000100100110001010001111110010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF849; }

 p { color: rgb(205,248,73); }

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

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

 a { background-color: rgb(205,248,73); }

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

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

 span { border-color: rgb(205,248,73); }

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