Shades of Pear #CCFE30
Tints of Pear #CCFE30
RGB
CMYK
RGB Variations
Color information
#CCFE30 (or 0xCCFE30) is known color: Pear. HEX triplet: CC, FE and 30. RGB value is (204,254,48). Sum of RGB (Red+Green+Blue) = 204+254+48=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE30 is #3301CF. Grayscale: #D8D8D8. Windows color (decimal): -3342800 or 3210956. OLE color: 3210956.
HSL color Cylindrical-coordinate representation of color #CCFE30: hue angle of 74.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCFE30 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 48 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.00 |
| HSL | 74.56º | 0.99% | 0.59% | - |
| HSV(B) | 74.56º | 0.81% | 1% | - |
| XYZ | 60.88 | 83.93 | 15.79 | - |
| YUV | 215.57 | 33.44 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 48 | 0.20 | 0 | 0.81 | 0.00 | 74.56 | 0.99 | 0.59 |
| Hex | CC | FE | 30 | 14 | 0 | 51 | 0 | 4B | 63 | 3B |
| Octal | 314 | 376 | 60 | 24 | 0 | 121 | 0 | 113 | 143 | 73 |
| Binary | 11001100 | 11111110 | 110000 | 10100 | 0 | 1010001 | 0 | 1001011 | 1100011 | 111011 |
Color Harmonies of #CCFE30
Complementary color
Monochromatic Colors of #CCFE30
Black with #CCFE30
Text Example
Text Example
White with #CCFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE30; }
p { color: rgb(204,254,48); }
H1.HeaderClassName
{
color: #CCFE30;
}
.AnyTagClassName
{
color: #CCFE30;
}
</style>
background-color css
<style>
a { background-color: #CCFE30; }
a { background-color: rgb(204,254,48); }
div.DivClassName
{
background-color: #CCFE30;
}
.BgClassName
{
background-color: #CCFE30;
}
</style>
border-color css
<style>
span { border-color: #CCFE30; }
span { border-color: rgb(204,254,48); }
td.TdClassName
{
border-color: #CCFE30;
}
.TagClassName
{
border-color: #CCFE30;
}
</style>