Shades of Pear #CCF423
Tints of Pear #CCF423
RGB
CMYK
RGB Variations
Color information
#CCF423 (or 0xCCF423) is known color: Pear. HEX triplet: CC, F4 and 23. RGB value is (204,244,35). Sum of RGB (Red+Green+Blue) = 204+244+35=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF423 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF423 is #330BDC. Grayscale: #D1D1D1. Windows color (decimal): -3345373 or 2356428. OLE color: 2356428.
HSL color Cylindrical-coordinate representation of color #CCF423: hue angle of 71.48º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCF423 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 35 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.04 |
| HSL | 71.48º | 0.9% | 0.55% | - |
| HSV(B) | 71.48º | 0.86% | 0.96% | - |
| XYZ | 57.56 | 77.66 | 13.55 | - |
| YUV | 208.21 | 30.25 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 35 | 0.16 | 0 | 0.86 | 0.04 | 71.48 | 0.9 | 0.55 |
| Hex | CC | F4 | 23 | 10 | 0 | 56 | 4 | 47 | 5A | 37 |
| Octal | 314 | 364 | 43 | 20 | 0 | 126 | 4 | 107 | 132 | 67 |
| Binary | 11001100 | 11110100 | 100011 | 10000 | 0 | 1010110 | 100 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CCF423
Complementary color
Monochromatic Colors of #CCF423
Black with #CCF423
Text Example
Text Example
White with #CCF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF423; }
p { color: rgb(204,244,35); }
H1.HeaderClassName
{
color: #CCF423;
}
.AnyTagClassName
{
color: #CCF423;
}
</style>
background-color css
<style>
a { background-color: #CCF423; }
a { background-color: rgb(204,244,35); }
div.DivClassName
{
background-color: #CCF423;
}
.BgClassName
{
background-color: #CCF423;
}
</style>
border-color css
<style>
span { border-color: #CCF423; }
span { border-color: rgb(204,244,35); }
td.TdClassName
{
border-color: #CCF423;
}
.TagClassName
{
border-color: #CCF423;
}
</style>