#CCF849

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

Shades of Pear #CCF849

Tints of Pear #CCF849

Color information

#CCF849 (or 0xCCF849) is unknown color: approx Pear. HEX triplet: CC, F8 and 49. RGB value is (204,248,73). Sum of RGB (Red+Green+Blue) = 204+248+73=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF849 is #3307B6. Grayscale: #D7D7D7. Windows color (decimal): -3344311 or 4847820. OLE color: 4847820.

HSL color Cylindrical-coordinate representation of color #CCF849: hue angle of 75.09º 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 #CCF849 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB20424873-
CMYK0.1800.710.03
HSL75.09º92.59%62.94%-
HSV(B)75.09º70.56%97.25%-
XYZ59.6780.4518.69-
YUV214.8947.92120.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 248 (97.27% from 255) = 47.24%
BLUE value IS 73 (28.91% from 255) = 13.90%
R=38.86%
G=47.24%
B=13.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204248730.1800.710.0375.0992.5962.94
HexCCF8491204734b5d3f
Octal314370111220107311313577
Binary1100110011111000100100110010010001111110010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF849; }

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

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

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

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

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

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

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

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