Shades of Pear #CCFA32
Tints of Pear #CCFA32
RGB
CMYK
RGB Variations
Color information
#CCFA32 (or 0xCCFA32) is known color: Pear. HEX triplet: CC, FA and 32. RGB value is (204,250,50). Sum of RGB (Red+Green+Blue) = 204+250+50=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFA32 is #3305CD. Grayscale: #D6D6D6. Windows color (decimal): -3343822 or 3341004. OLE color: 3341004.
HSL color Cylindrical-coordinate representation of color #CCFA32: hue angle of 73.8º degrees, saturation: 0.95, 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 #CCFA32 is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 50 | - |
| CMYK | 0.18 | 0 | 0.8 | 0.02 |
| HSL | 73.8º | 0.95% | 0.59% | - |
| HSV(B) | 73.8º | 0.8% | 0.98% | - |
| XYZ | 59.66 | 81.44 | 15.59 | - |
| YUV | 213.45 | 35.76 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 50 | 0.18 | 0 | 0.8 | 0.02 | 73.8 | 0.95 | 0.59 |
| Hex | CC | FA | 32 | 12 | 0 | 50 | 2 | 4A | 5F | 3B |
| Octal | 314 | 372 | 62 | 22 | 0 | 120 | 2 | 112 | 137 | 73 |
| Binary | 11001100 | 11111010 | 110010 | 10010 | 0 | 1010000 | 10 | 1001010 | 1011111 | 111011 |
Color Harmonies of #CCFA32
Complementary color
Monochromatic Colors of #CCFA32
Black with #CCFA32
Text Example
Text Example
White with #CCFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFA32; }
p { color: rgb(204,250,50); }
H1.HeaderClassName
{
color: #CCFA32;
}
.AnyTagClassName
{
color: #CCFA32;
}
</style>
background-color css
<style>
a { background-color: #CCFA32; }
a { background-color: rgb(204,250,50); }
div.DivClassName
{
background-color: #CCFA32;
}
.BgClassName
{
background-color: #CCFA32;
}
</style>
border-color css
<style>
span { border-color: #CCFA32; }
span { border-color: rgb(204,250,50); }
td.TdClassName
{
border-color: #CCFA32;
}
.TagClassName
{
border-color: #CCFA32;
}
</style>