Shades of Pear #CCFB32
Tints of Pear #CCFB32
RGB
CMYK
RGB Variations
Color information
#CCFB32 (or 0xCCFB32) is known color: Pear. HEX triplet: CC, FB and 32. RGB value is (204,251,50). Sum of RGB (Red+Green+Blue) = 204+251+50=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFB32 is #3304CD. Grayscale: #D6D6D6. Windows color (decimal): -3343566 or 3341260. OLE color: 3341260.
HSL color Cylindrical-coordinate representation of color #CCFB32: hue angle of 74.03º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCFB32 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 50 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.02 |
| HSL | 74.03º | 0.96% | 0.59% | - |
| HSV(B) | 74.03º | 0.8% | 0.98% | - |
| XYZ | 59.97 | 82.06 | 15.7 | - |
| YUV | 214.03 | 35.43 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 50 | 0.19 | 0 | 0.80 | 0.02 | 74.03 | 0.96 | 0.59 |
| Hex | CC | FB | 32 | 13 | 0 | 50 | 2 | 4A | 60 | 3B |
| Octal | 314 | 373 | 62 | 23 | 0 | 120 | 2 | 112 | 140 | 73 |
| Binary | 11001100 | 11111011 | 110010 | 10011 | 0 | 1010000 | 10 | 1001010 | 1100000 | 111011 |
Color Harmonies of #CCFB32
Complementary color
Monochromatic Colors of #CCFB32
Black with #CCFB32
Text Example
Text Example
White with #CCFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFB32; }
p { color: rgb(204,251,50); }
H1.HeaderClassName
{
color: #CCFB32;
}
.AnyTagClassName
{
color: #CCFB32;
}
</style>
background-color css
<style>
a { background-color: #CCFB32; }
a { background-color: rgb(204,251,50); }
div.DivClassName
{
background-color: #CCFB32;
}
.BgClassName
{
background-color: #CCFB32;
}
</style>
border-color css
<style>
span { border-color: #CCFB32; }
span { border-color: rgb(204,251,50); }
td.TdClassName
{
border-color: #CCFB32;
}
.TagClassName
{
border-color: #CCFB32;
}
</style>