Shades of Pear #CDFE25
Tints of Pear #CDFE25
RGB
CMYK
RGB Variations
Color information
#CDFE25 (or 0xCDFE25) is known color: Pear. HEX triplet: CD, FE and 25. RGB value is (205,254,37). Sum of RGB (Red+Green+Blue) = 205+254+37=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 37 (14.84% from 255 or 7.46% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE25 is #3201DA. Grayscale: #D7D7D7. Windows color (decimal): -3277275 or 2490061. OLE color: 2490061.
HSL color Cylindrical-coordinate representation of color #CDFE25: hue angle of 73.55º 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 #CDFE25 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 37 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.00 |
| HSL | 73.55º | 0.99% | 0.57% | - |
| HSV(B) | 73.55º | 0.85% | 1% | - |
| XYZ | 60.95 | 84 | 14.75 | - |
| YUV | 214.61 | 27.77 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 37 | 0.19 | 0 | 0.85 | 0.00 | 73.55 | 0.99 | 0.57 |
| Hex | CD | FE | 25 | 13 | 0 | 55 | 0 | 4A | 63 | 39 |
| Octal | 315 | 376 | 45 | 23 | 0 | 125 | 0 | 112 | 143 | 71 |
| Binary | 11001101 | 11111110 | 100101 | 10011 | 0 | 1010101 | 0 | 1001010 | 1100011 | 111001 |
Color Harmonies of #CDFE25
Complementary color
Monochromatic Colors of #CDFE25
Black with #CDFE25
Text Example
Text Example
White with #CDFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE25; }
p { color: rgb(205,254,37); }
H1.HeaderClassName
{
color: #CDFE25;
}
.AnyTagClassName
{
color: #CDFE25;
}
</style>
background-color css
<style>
a { background-color: #CDFE25; }
a { background-color: rgb(205,254,37); }
div.DivClassName
{
background-color: #CDFE25;
}
.BgClassName
{
background-color: #CDFE25;
}
</style>
border-color css
<style>
span { border-color: #CDFE25; }
span { border-color: rgb(205,254,37); }
td.TdClassName
{
border-color: #CDFE25;
}
.TagClassName
{
border-color: #CDFE25;
}
</style>