Shades of Pear #CCDF18
Tints of Pear #CCDF18
RGB
CMYK
RGB Variations
Color information
#CCDF18 (or 0xCCDF18) is known color: Pear. HEX triplet: CC, DF and 18. RGB value is (204,223,24). Sum of RGB (Red+Green+Blue) = 204+223+24=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF18 is #3320E7. Grayscale: #C3C3C3. Windows color (decimal): -3350760 or 1630156. OLE color: 1630156.
HSL color Cylindrical-coordinate representation of color #CCDF18: hue angle of 65.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCDF18 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 24 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.13 |
| HSL | 65.73º | 0.81% | 0.48% | - |
| HSV(B) | 65.73º | 0.89% | 0.87% | - |
| XYZ | 51.45 | 65.68 | 10.83 | - |
| YUV | 194.63 | 31.71 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 24 | 0.09 | 0 | 0.89 | 0.13 | 65.73 | 0.81 | 0.48 |
| Hex | CC | DF | 18 | 9 | 0 | 59 | D | 42 | 51 | 30 |
| Octal | 314 | 337 | 30 | 11 | 0 | 131 | 15 | 102 | 121 | 60 |
| Binary | 11001100 | 11011111 | 11000 | 1001 | 0 | 1011001 | 1101 | 1000010 | 1010001 | 110000 |
Color Harmonies of #CCDF18
Complementary color
Monochromatic Colors of #CCDF18
Black with #CCDF18
Text Example
Text Example
White with #CCDF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF18; }
p { color: rgb(204,223,24); }
H1.HeaderClassName
{
color: #CCDF18;
}
.AnyTagClassName
{
color: #CCDF18;
}
</style>
background-color css
<style>
a { background-color: #CCDF18; }
a { background-color: rgb(204,223,24); }
div.DivClassName
{
background-color: #CCDF18;
}
.BgClassName
{
background-color: #CCDF18;
}
</style>
border-color css
<style>
span { border-color: #CCDF18; }
span { border-color: rgb(204,223,24); }
td.TdClassName
{
border-color: #CCDF18;
}
.TagClassName
{
border-color: #CCDF18;
}
</style>