Shades of Pear #CCF425
Tints of Pear #CCF425
RGB
CMYK
RGB Variations
Color information
#CCF425 (or 0xCCF425) is known color: Pear. HEX triplet: CC, F4 and 25. RGB value is (204,244,37). Sum of RGB (Red+Green+Blue) = 204+244+37=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF425 is #330BDA. Grayscale: #D1D1D1. Windows color (decimal): -3345371 or 2487500. OLE color: 2487500.
HSL color Cylindrical-coordinate representation of color #CCF425: hue angle of 71.59º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCF425 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.04 |
| HSL | 71.59º | 0.9% | 0.55% | - |
| HSV(B) | 71.59º | 0.85% | 0.96% | - |
| XYZ | 57.59 | 77.67 | 13.71 | - |
| YUV | 208.44 | 31.25 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 37 | 0.16 | 0 | 0.85 | 0.04 | 71.59 | 0.9 | 0.55 |
| Hex | CC | F4 | 25 | 10 | 0 | 55 | 4 | 48 | 5A | 37 |
| Octal | 314 | 364 | 45 | 20 | 0 | 125 | 4 | 110 | 132 | 67 |
| Binary | 11001100 | 11110100 | 100101 | 10000 | 0 | 1010101 | 100 | 1001000 | 1011010 | 110111 |
Color Harmonies of #CCF425
Complementary color
Monochromatic Colors of #CCF425
Black with #CCF425
Text Example
Text Example
White with #CCF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF425; }
p { color: rgb(204,244,37); }
H1.HeaderClassName
{
color: #CCF425;
}
.AnyTagClassName
{
color: #CCF425;
}
</style>
background-color css
<style>
a { background-color: #CCF425; }
a { background-color: rgb(204,244,37); }
div.DivClassName
{
background-color: #CCF425;
}
.BgClassName
{
background-color: #CCF425;
}
</style>
border-color css
<style>
span { border-color: #CCF425; }
span { border-color: rgb(204,244,37); }
td.TdClassName
{
border-color: #CCF425;
}
.TagClassName
{
border-color: #CCF425;
}
</style>