Shades of Pear #CCFF34
Tints of Pear #CCFF34
RGB
CMYK
RGB Variations
Color information
#CCFF34 (or 0xCCFF34) is known color: Pear. HEX triplet: CC, FF and 34. RGB value is (204,255,52). Sum of RGB (Red+Green+Blue) = 204+255+52=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 52 (20.70% from 255 or 10.18% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF34 is #3300CB. Grayscale: #D9D9D9. Windows color (decimal): -3342540 or 3473356. OLE color: 3473356.
HSL color Cylindrical-coordinate representation of color #CCFF34: hue angle of 75.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCFF34 is Cyan = 0.2, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 52 | - |
| CMYK | 0.2 | 0 | 0.80 | 0 |
| HSL | 75.07º | 1% | 0.6% | - |
| HSV(B) | 75.07º | 0.8% | 1% | - |
| XYZ | 61.28 | 84.61 | 16.35 | - |
| YUV | 216.61 | 35.1 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 52 | 0.2 | 0 | 0.80 | 0 | 75.07 | 1 | 0.6 |
| Hex | CC | FF | 34 | 14 | 0 | 50 | 0 | 4B | 64 | 3C |
| Octal | 314 | 377 | 64 | 24 | 0 | 120 | 0 | 113 | 144 | 74 |
| Binary | 11001100 | 11111111 | 110100 | 10100 | 0 | 1010000 | 0 | 1001011 | 1100100 | 111100 |
Color Harmonies of #CCFF34
Complementary color
Monochromatic Colors of #CCFF34
Black with #CCFF34
Text Example
Text Example
White with #CCFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF34; }
p { color: rgb(204,255,52); }
H1.HeaderClassName
{
color: #CCFF34;
}
.AnyTagClassName
{
color: #CCFF34;
}
</style>
background-color css
<style>
a { background-color: #CCFF34; }
a { background-color: rgb(204,255,52); }
div.DivClassName
{
background-color: #CCFF34;
}
.BgClassName
{
background-color: #CCFF34;
}
</style>
border-color css
<style>
span { border-color: #CCFF34; }
span { border-color: rgb(204,255,52); }
td.TdClassName
{
border-color: #CCFF34;
}
.TagClassName
{
border-color: #CCFF34;
}
</style>