Shades of Pear #CCFF2F
Tints of Pear #CCFF2F
RGB
CMYK
RGB Variations
Color information
#CCFF2F (or 0xCCFF2F) is known color: Pear. HEX triplet: CC, FF and 2F. RGB value is (204,255,47). Sum of RGB (Red+Green+Blue) = 204+255+47=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF2F is #3300D0. Grayscale: #D8D8D8. Windows color (decimal): -3342545 or 3145676. OLE color: 3145676.
HSL color Cylindrical-coordinate representation of color #CCFF2F: hue angle of 74.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCFF2F is Cyan = 0.2, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 47 | - |
| CMYK | 0.2 | 0 | 0.82 | 0 |
| HSL | 74.71º | 1% | 0.59% | - |
| HSV(B) | 74.71º | 0.82% | 1% | - |
| XYZ | 61.17 | 84.56 | 15.79 | - |
| YUV | 216.04 | 32.6 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 47 | 0.2 | 0 | 0.82 | 0 | 74.71 | 1 | 0.59 |
| Hex | CC | FF | 2F | 14 | 0 | 52 | 0 | 4B | 64 | 3B |
| Octal | 314 | 377 | 57 | 24 | 0 | 122 | 0 | 113 | 144 | 73 |
| Binary | 11001100 | 11111111 | 101111 | 10100 | 0 | 1010010 | 0 | 1001011 | 1100100 | 111011 |
Color Harmonies of #CCFF2F
Complementary color
Monochromatic Colors of #CCFF2F
Black with #CCFF2F
Text Example
Text Example
White with #CCFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF2F; }
p { color: rgb(204,255,47); }
H1.HeaderClassName
{
color: #CCFF2F;
}
.AnyTagClassName
{
color: #CCFF2F;
}
</style>
background-color css
<style>
a { background-color: #CCFF2F; }
a { background-color: rgb(204,255,47); }
div.DivClassName
{
background-color: #CCFF2F;
}
.BgClassName
{
background-color: #CCFF2F;
}
</style>
border-color css
<style>
span { border-color: #CCFF2F; }
span { border-color: rgb(204,255,47); }
td.TdClassName
{
border-color: #CCFF2F;
}
.TagClassName
{
border-color: #CCFF2F;
}
</style>