Shades of Pear #CCFC34
Tints of Pear #CCFC34
RGB
CMYK
RGB Variations
Color information
#CCFC34 (or 0xCCFC34) is known color: Pear. HEX triplet: CC, FC and 34. RGB value is (204,252,52). Sum of RGB (Red+Green+Blue) = 204+252+52=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC34 is #3303CB. Grayscale: #D7D7D7. Windows color (decimal): -3343308 or 3472588. OLE color: 3472588.
HSL color Cylindrical-coordinate representation of color #CCFC34: hue angle of 74.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCFC34 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 52 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.01 |
| HSL | 74.4º | 0.97% | 0.6% | - |
| HSV(B) | 74.4º | 0.79% | 0.99% | - |
| XYZ | 60.33 | 82.71 | 16.03 | - |
| YUV | 214.85 | 36.1 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 52 | 0.19 | 0 | 0.79 | 0.01 | 74.4 | 0.97 | 0.6 |
| Hex | CC | FC | 34 | 13 | 0 | 4F | 1 | 4A | 61 | 3C |
| Octal | 314 | 374 | 64 | 23 | 0 | 117 | 1 | 112 | 141 | 74 |
| Binary | 11001100 | 11111100 | 110100 | 10011 | 0 | 1001111 | 1 | 1001010 | 1100001 | 111100 |
Color Harmonies of #CCFC34
Complementary color
Monochromatic Colors of #CCFC34
Black with #CCFC34
Text Example
Text Example
White with #CCFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC34; }
p { color: rgb(204,252,52); }
H1.HeaderClassName
{
color: #CCFC34;
}
.AnyTagClassName
{
color: #CCFC34;
}
</style>
background-color css
<style>
a { background-color: #CCFC34; }
a { background-color: rgb(204,252,52); }
div.DivClassName
{
background-color: #CCFC34;
}
.BgClassName
{
background-color: #CCFC34;
}
</style>
border-color css
<style>
span { border-color: #CCFC34; }
span { border-color: rgb(204,252,52); }
td.TdClassName
{
border-color: #CCFC34;
}
.TagClassName
{
border-color: #CCFC34;
}
</style>