Shades of Pear #CCED25
Tints of Pear #CCED25
RGB
CMYK
RGB Variations
Color information
#CCED25 (or 0xCCED25) is known color: Pear. HEX triplet: CC, ED and 25. RGB value is (204,237,37). Sum of RGB (Red+Green+Blue) = 204+237+37=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED25 is #3312DA. Grayscale: #CDCDCD. Windows color (decimal): -3347163 or 2485708. OLE color: 2485708.
HSL color Cylindrical-coordinate representation of color #CCED25: hue angle of 69.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCED25 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 37 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.07 |
| HSL | 69.9º | 0.85% | 0.54% | - |
| HSV(B) | 69.9º | 0.84% | 0.93% | - |
| XYZ | 55.52 | 73.54 | 13.02 | - |
| YUV | 204.33 | 33.57 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 37 | 0.14 | 0 | 0.84 | 0.07 | 69.9 | 0.85 | 0.54 |
| Hex | CC | ED | 25 | E | 0 | 54 | 7 | 46 | 55 | 36 |
| Octal | 314 | 355 | 45 | 16 | 0 | 124 | 7 | 106 | 125 | 66 |
| Binary | 11001100 | 11101101 | 100101 | 1110 | 0 | 1010100 | 111 | 1000110 | 1010101 | 110110 |
Color Harmonies of #CCED25
Complementary color
Monochromatic Colors of #CCED25
Black with #CCED25
Text Example
Text Example
White with #CCED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED25; }
p { color: rgb(204,237,37); }
H1.HeaderClassName
{
color: #CCED25;
}
.AnyTagClassName
{
color: #CCED25;
}
</style>
background-color css
<style>
a { background-color: #CCED25; }
a { background-color: rgb(204,237,37); }
div.DivClassName
{
background-color: #CCED25;
}
.BgClassName
{
background-color: #CCED25;
}
</style>
border-color css
<style>
span { border-color: #CCED25; }
span { border-color: rgb(204,237,37); }
td.TdClassName
{
border-color: #CCED25;
}
.TagClassName
{
border-color: #CCED25;
}
</style>