Shades of Pear #CCFE36
Tints of Pear #CCFE36
RGB
CMYK
RGB Variations
Color information
#CCFE36 (or 0xCCFE36) is known color: Pear. HEX triplet: CC, FE and 36. RGB value is (204,254,54). Sum of RGB (Red+Green+Blue) = 204+254+54=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 54 (21.48% from 255 or 10.55% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE36 is #3301C9. Grayscale: #D8D8D8. Windows color (decimal): -3342794 or 3604172. OLE color: 3604172.
HSL color Cylindrical-coordinate representation of color #CCFE36: hue angle of 75º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCFE36 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 54 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.00 |
| HSL | 75º | 0.99% | 0.6% | - |
| HSV(B) | 75º | 0.79% | 1% | - |
| XYZ | 61.01 | 83.99 | 16.49 | - |
| YUV | 216.25 | 36.44 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 54 | 0.20 | 0 | 0.79 | 0.00 | 75 | 0.99 | 0.6 |
| Hex | CC | FE | 36 | 14 | 0 | 4F | 0 | 4B | 63 | 3C |
| Octal | 314 | 376 | 66 | 24 | 0 | 117 | 0 | 113 | 143 | 74 |
| Binary | 11001100 | 11111110 | 110110 | 10100 | 0 | 1001111 | 0 | 1001011 | 1100011 | 111100 |
Color Harmonies of #CCFE36
Complementary color
Monochromatic Colors of #CCFE36
Black with #CCFE36
Text Example
Text Example
White with #CCFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE36; }
p { color: rgb(204,254,54); }
H1.HeaderClassName
{
color: #CCFE36;
}
.AnyTagClassName
{
color: #CCFE36;
}
</style>
background-color css
<style>
a { background-color: #CCFE36; }
a { background-color: rgb(204,254,54); }
div.DivClassName
{
background-color: #CCFE36;
}
.BgClassName
{
background-color: #CCFE36;
}
</style>
border-color css
<style>
span { border-color: #CCFE36; }
span { border-color: rgb(204,254,54); }
td.TdClassName
{
border-color: #CCFE36;
}
.TagClassName
{
border-color: #CCFE36;
}
</style>