Shades of Pear #CCFE25
Tints of Pear #CCFE25
RGB
CMYK
RGB Variations
Color information
#CCFE25 (or 0xCCFE25) is known color: Pear. HEX triplet: CC, FE and 25. RGB value is (204,254,37). Sum of RGB (Red+Green+Blue) = 204+254+37=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE25 is #3301DA. Grayscale: #D7D7D7. Windows color (decimal): -3342811 or 2490060. OLE color: 2490060.
HSL color Cylindrical-coordinate representation of color #CCFE25: hue angle of 73.82º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCFE25 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 37 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.00 |
| HSL | 73.82º | 0.99% | 0.57% | - |
| HSV(B) | 73.82º | 0.85% | 1% | - |
| XYZ | 60.68 | 83.85 | 14.74 | - |
| YUV | 214.31 | 27.94 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 37 | 0.20 | 0 | 0.85 | 0.00 | 73.82 | 0.99 | 0.57 |
| Hex | CC | FE | 25 | 14 | 0 | 55 | 0 | 4A | 63 | 39 |
| Octal | 314 | 376 | 45 | 24 | 0 | 125 | 0 | 112 | 143 | 71 |
| Binary | 11001100 | 11111110 | 100101 | 10100 | 0 | 1010101 | 0 | 1001010 | 1100011 | 111001 |
Color Harmonies of #CCFE25
Complementary color
Monochromatic Colors of #CCFE25
Black with #CCFE25
Text Example
Text Example
White with #CCFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE25; }
p { color: rgb(204,254,37); }
H1.HeaderClassName
{
color: #CCFE25;
}
.AnyTagClassName
{
color: #CCFE25;
}
</style>
background-color css
<style>
a { background-color: #CCFE25; }
a { background-color: rgb(204,254,37); }
div.DivClassName
{
background-color: #CCFE25;
}
.BgClassName
{
background-color: #CCFE25;
}
</style>
border-color css
<style>
span { border-color: #CCFE25; }
span { border-color: rgb(204,254,37); }
td.TdClassName
{
border-color: #CCFE25;
}
.TagClassName
{
border-color: #CCFE25;
}
</style>