Shades of Pear #CCFE2E
Tints of Pear #CCFE2E
RGB
CMYK
RGB Variations
Color information
#CCFE2E (or 0xCCFE2E) is known color: Pear. HEX triplet: CC, FE and 2E. RGB value is (204,254,46). Sum of RGB (Red+Green+Blue) = 204+254+46=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE2E is #3301D1. Grayscale: #D8D8D8. Windows color (decimal): -3342802 or 3079884. OLE color: 3079884.
HSL color Cylindrical-coordinate representation of color #CCFE2E: hue angle of 74.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCFE2E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 46 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.00 |
| HSL | 74.42º | 0.99% | 0.59% | - |
| HSV(B) | 74.42º | 0.82% | 1% | - |
| XYZ | 60.84 | 83.92 | 15.58 | - |
| YUV | 215.34 | 32.44 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 46 | 0.20 | 0 | 0.82 | 0.00 | 74.42 | 0.99 | 0.59 |
| Hex | CC | FE | 2E | 14 | 0 | 52 | 0 | 4A | 63 | 3B |
| Octal | 314 | 376 | 56 | 24 | 0 | 122 | 0 | 112 | 143 | 73 |
| Binary | 11001100 | 11111110 | 101110 | 10100 | 0 | 1010010 | 0 | 1001010 | 1100011 | 111011 |
Color Harmonies of #CCFE2E
Complementary color
Monochromatic Colors of #CCFE2E
Black with #CCFE2E
Text Example
Text Example
White with #CCFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE2E; }
p { color: rgb(204,254,46); }
H1.HeaderClassName
{
color: #CCFE2E;
}
.AnyTagClassName
{
color: #CCFE2E;
}
</style>
background-color css
<style>
a { background-color: #CCFE2E; }
a { background-color: rgb(204,254,46); }
div.DivClassName
{
background-color: #CCFE2E;
}
.BgClassName
{
background-color: #CCFE2E;
}
</style>
border-color css
<style>
span { border-color: #CCFE2E; }
span { border-color: rgb(204,254,46); }
td.TdClassName
{
border-color: #CCFE2E;
}
.TagClassName
{
border-color: #CCFE2E;
}
</style>