Shades of Pear #CDF825
Tints of Pear #CDF825
RGB
CMYK
RGB Variations
Color information
#CDF825 (or 0xCDF825) is known color: Pear. HEX triplet: CD, F8 and 25. RGB value is (205,248,37). Sum of RGB (Red+Green+Blue) = 205+248+37=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF825 is #3207DA. Grayscale: #D3D3D3. Windows color (decimal): -3278811 or 2488525. OLE color: 2488525.
HSL color Cylindrical-coordinate representation of color #CDF825: hue angle of 72.23º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDF825 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.03 |
| HSL | 72.23º | 0.94% | 0.56% | - |
| HSV(B) | 72.23º | 0.85% | 0.97% | - |
| XYZ | 59.08 | 80.25 | 14.13 | - |
| YUV | 211.09 | 29.75 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 37 | 0.17 | 0 | 0.85 | 0.03 | 72.23 | 0.94 | 0.56 |
| Hex | CD | F8 | 25 | 11 | 0 | 55 | 3 | 48 | 5E | 38 |
| Octal | 315 | 370 | 45 | 21 | 0 | 125 | 3 | 110 | 136 | 70 |
| Binary | 11001101 | 11111000 | 100101 | 10001 | 0 | 1010101 | 11 | 1001000 | 1011110 | 111000 |
Color Harmonies of #CDF825
Complementary color
Monochromatic Colors of #CDF825
Black with #CDF825
Text Example
Text Example
White with #CDF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF825; }
p { color: rgb(205,248,37); }
H1.HeaderClassName
{
color: #CDF825;
}
.AnyTagClassName
{
color: #CDF825;
}
</style>
background-color css
<style>
a { background-color: #CDF825; }
a { background-color: rgb(205,248,37); }
div.DivClassName
{
background-color: #CDF825;
}
.BgClassName
{
background-color: #CDF825;
}
</style>
border-color css
<style>
span { border-color: #CDF825; }
span { border-color: rgb(205,248,37); }
td.TdClassName
{
border-color: #CDF825;
}
.TagClassName
{
border-color: #CDF825;
}
</style>