Shades of Pear #CCFF2E
Tints of Pear #CCFF2E
RGB
CMYK
RGB Variations
Color information
#CCFF2E (or 0xCCFF2E) is known color: Pear. HEX triplet: CC, FF and 2E. RGB value is (204,255,46). Sum of RGB (Red+Green+Blue) = 204+255+46=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 46 (18.36% from 255 or 9.11% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF2E is #3300D1. Grayscale: #D8D8D8. Windows color (decimal): -3342546 or 3080140. OLE color: 3080140.
HSL color Cylindrical-coordinate representation of color #CCFF2E: hue angle of 74.64º 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 #CCFF2E is Cyan = 0.2, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 46 | - |
| CMYK | 0.2 | 0 | 0.82 | 0 |
| HSL | 74.64º | 1% | 0.59% | - |
| HSV(B) | 74.64º | 0.82% | 1% | - |
| XYZ | 61.15 | 84.55 | 15.68 | - |
| YUV | 215.93 | 32.1 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 46 | 0.2 | 0 | 0.82 | 0 | 74.64 | 1 | 0.59 |
| Hex | CC | FF | 2E | 14 | 0 | 52 | 0 | 4B | 64 | 3B |
| Octal | 314 | 377 | 56 | 24 | 0 | 122 | 0 | 113 | 144 | 73 |
| Binary | 11001100 | 11111111 | 101110 | 10100 | 0 | 1010010 | 0 | 1001011 | 1100100 | 111011 |
Color Harmonies of #CCFF2E
Complementary color
Monochromatic Colors of #CCFF2E
Black with #CCFF2E
Text Example
Text Example
White with #CCFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF2E; }
p { color: rgb(204,255,46); }
H1.HeaderClassName
{
color: #CCFF2E;
}
.AnyTagClassName
{
color: #CCFF2E;
}
</style>
background-color css
<style>
a { background-color: #CCFF2E; }
a { background-color: rgb(204,255,46); }
div.DivClassName
{
background-color: #CCFF2E;
}
.BgClassName
{
background-color: #CCFF2E;
}
</style>
border-color css
<style>
span { border-color: #CCFF2E; }
span { border-color: rgb(204,255,46); }
td.TdClassName
{
border-color: #CCFF2E;
}
.TagClassName
{
border-color: #CCFF2E;
}
</style>