Shades of Pear #CCFC23
Tints of Pear #CCFC23
RGB
CMYK
RGB Variations
Color information
#CCFC23 (or 0xCCFC23) is known color: Pear. HEX triplet: CC, FC and 23. RGB value is (204,252,35). Sum of RGB (Red+Green+Blue) = 204+252+35=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 35 (14.06% from 255 or 7.13% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC23 is #3303DC. Grayscale: #D5D5D5. Windows color (decimal): -3343325 or 2358476. OLE color: 2358476.
HSL color Cylindrical-coordinate representation of color #CCFC23: hue angle of 73.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCFC23 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 35 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.01 |
| HSL | 73.27º | 0.97% | 0.56% | - |
| HSV(B) | 73.27º | 0.86% | 0.99% | - |
| XYZ | 60.02 | 82.58 | 14.37 | - |
| YUV | 212.91 | 27.6 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 35 | 0.19 | 0 | 0.86 | 0.01 | 73.27 | 0.97 | 0.56 |
| Hex | CC | FC | 23 | 13 | 0 | 56 | 1 | 49 | 61 | 38 |
| Octal | 314 | 374 | 43 | 23 | 0 | 126 | 1 | 111 | 141 | 70 |
| Binary | 11001100 | 11111100 | 100011 | 10011 | 0 | 1010110 | 1 | 1001001 | 1100001 | 111000 |
Color Harmonies of #CCFC23
Complementary color
Monochromatic Colors of #CCFC23
Black with #CCFC23
Text Example
Text Example
White with #CCFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC23; }
p { color: rgb(204,252,35); }
H1.HeaderClassName
{
color: #CCFC23;
}
.AnyTagClassName
{
color: #CCFC23;
}
</style>
background-color css
<style>
a { background-color: #CCFC23; }
a { background-color: rgb(204,252,35); }
div.DivClassName
{
background-color: #CCFC23;
}
.BgClassName
{
background-color: #CCFC23;
}
</style>
border-color css
<style>
span { border-color: #CCFC23; }
span { border-color: rgb(204,252,35); }
td.TdClassName
{
border-color: #CCFC23;
}
.TagClassName
{
border-color: #CCFC23;
}
</style>