Shades of Pear #CDFF25
Tints of Pear #CDFF25
RGB
CMYK
RGB Variations
Color information
#CDFF25 (or 0xCDFF25) is known color: Pear. HEX triplet: CD, FF and 25. RGB value is (205,255,37). Sum of RGB (Red+Green+Blue) = 205+255+37=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF25 is #3200DA. Grayscale: #D8D8D8. Windows color (decimal): -3277019 or 2490317. OLE color: 2490317.
HSL color Cylindrical-coordinate representation of color #CDFF25: hue angle of 73.76º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDFF25 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 37 | - |
| CMYK | 0.20 | 0 | 0.85 | 0 |
| HSL | 73.76º | 1% | 0.57% | - |
| HSV(B) | 73.76º | 0.85% | 1% | - |
| XYZ | 61.27 | 84.63 | 14.86 | - |
| YUV | 215.2 | 27.44 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 37 | 0.20 | 0 | 0.85 | 0 | 73.76 | 1 | 0.57 |
| Hex | CD | FF | 25 | 14 | 0 | 55 | 0 | 4A | 64 | 39 |
| Octal | 315 | 377 | 45 | 24 | 0 | 125 | 0 | 112 | 144 | 71 |
| Binary | 11001101 | 11111111 | 100101 | 10100 | 0 | 1010101 | 0 | 1001010 | 1100100 | 111001 |
Color Harmonies of #CDFF25
Complementary color
Monochromatic Colors of #CDFF25
Black with #CDFF25
Text Example
Text Example
White with #CDFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF25; }
p { color: rgb(205,255,37); }
H1.HeaderClassName
{
color: #CDFF25;
}
.AnyTagClassName
{
color: #CDFF25;
}
</style>
background-color css
<style>
a { background-color: #CDFF25; }
a { background-color: rgb(205,255,37); }
div.DivClassName
{
background-color: #CDFF25;
}
.BgClassName
{
background-color: #CDFF25;
}
</style>
border-color css
<style>
span { border-color: #CDFF25; }
span { border-color: rgb(205,255,37); }
td.TdClassName
{
border-color: #CDFF25;
}
.TagClassName
{
border-color: #CDFF25;
}
</style>