Shades of Pear #CDF725
Tints of Pear #CDF725
RGB
CMYK
RGB Variations
Color information
#CDF725 (or 0xCDF725) is known color: Pear. HEX triplet: CD, F7 and 25. RGB value is (205,247,37). Sum of RGB (Red+Green+Blue) = 205+247+37=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF725 is #3208DA. Grayscale: #D3D3D3. Windows color (decimal): -3279067 or 2488269. OLE color: 2488269.
HSL color Cylindrical-coordinate representation of color #CDF725: hue angle of 72º degrees, saturation: 0.93, 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 #CDF725 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.03 |
| HSL | 72º | 0.93% | 0.56% | - |
| HSV(B) | 72º | 0.85% | 0.97% | - |
| XYZ | 58.77 | 79.63 | 14.02 | - |
| YUV | 210.5 | 30.09 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 37 | 0.17 | 0 | 0.85 | 0.03 | 72 | 0.93 | 0.56 |
| Hex | CD | F7 | 25 | 11 | 0 | 55 | 3 | 48 | 5D | 38 |
| Octal | 315 | 367 | 45 | 21 | 0 | 125 | 3 | 110 | 135 | 70 |
| Binary | 11001101 | 11110111 | 100101 | 10001 | 0 | 1010101 | 11 | 1001000 | 1011101 | 111000 |
Color Harmonies of #CDF725
Complementary color
Monochromatic Colors of #CDF725
Black with #CDF725
Text Example
Text Example
White with #CDF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF725; }
p { color: rgb(205,247,37); }
H1.HeaderClassName
{
color: #CDF725;
}
.AnyTagClassName
{
color: #CDF725;
}
</style>
background-color css
<style>
a { background-color: #CDF725; }
a { background-color: rgb(205,247,37); }
div.DivClassName
{
background-color: #CDF725;
}
.BgClassName
{
background-color: #CDF725;
}
</style>
border-color css
<style>
span { border-color: #CDF725; }
span { border-color: rgb(205,247,37); }
td.TdClassName
{
border-color: #CDF725;
}
.TagClassName
{
border-color: #CDF725;
}
</style>