Shades of Pear #CDF625
Tints of Pear #CDF625
RGB
CMYK
RGB Variations
Color information
#CDF625 (or 0xCDF625) is known color: Pear. HEX triplet: CD, F6 and 25. RGB value is (205,246,37). Sum of RGB (Red+Green+Blue) = 205+246+37=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF625 is #3209DA. Grayscale: #D2D2D2. Windows color (decimal): -3279323 or 2488013. OLE color: 2488013.
HSL color Cylindrical-coordinate representation of color #CDF625: hue angle of 71.77º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDF625 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.04 |
| HSL | 71.77º | 0.92% | 0.55% | - |
| HSV(B) | 71.77º | 0.85% | 0.96% | - |
| XYZ | 58.47 | 79.02 | 13.92 | - |
| YUV | 209.92 | 30.42 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 37 | 0.17 | 0 | 0.85 | 0.04 | 71.77 | 0.92 | 0.55 |
| Hex | CD | F6 | 25 | 11 | 0 | 55 | 4 | 48 | 5C | 37 |
| Octal | 315 | 366 | 45 | 21 | 0 | 125 | 4 | 110 | 134 | 67 |
| Binary | 11001101 | 11110110 | 100101 | 10001 | 0 | 1010101 | 100 | 1001000 | 1011100 | 110111 |
Color Harmonies of #CDF625
Complementary color
Monochromatic Colors of #CDF625
Black with #CDF625
Text Example
Text Example
White with #CDF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF625; }
p { color: rgb(205,246,37); }
H1.HeaderClassName
{
color: #CDF625;
}
.AnyTagClassName
{
color: #CDF625;
}
</style>
background-color css
<style>
a { background-color: #CDF625; }
a { background-color: rgb(205,246,37); }
div.DivClassName
{
background-color: #CDF625;
}
.BgClassName
{
background-color: #CDF625;
}
</style>
border-color css
<style>
span { border-color: #CDF625; }
span { border-color: rgb(205,246,37); }
td.TdClassName
{
border-color: #CDF625;
}
.TagClassName
{
border-color: #CDF625;
}
</style>