Shades of Pear #CDF019
Tints of Pear #CDF019
RGB
CMYK
RGB Variations
Color information
#CDF019 (or 0xCDF019) is known color: Pear. HEX triplet: CD, F0 and 19. RGB value is (205,240,25). Sum of RGB (Red+Green+Blue) = 205+240+25=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 25 (10.16% from 255 or 5.32% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF019 is #320FE6. Grayscale: #CDCDCD. Windows color (decimal): -3280871 or 1700045. OLE color: 1700045.
HSL color Cylindrical-coordinate representation of color #CDF019: hue angle of 69.77º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF019 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 25 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.06 |
| HSL | 69.77º | 0.88% | 0.52% | - |
| HSV(B) | 69.77º | 0.9% | 0.94% | - |
| XYZ | 56.51 | 75.37 | 12.49 | - |
| YUV | 205.03 | 26.4 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 25 | 0.15 | 0 | 0.90 | 0.06 | 69.77 | 0.88 | 0.52 |
| Hex | CD | F0 | 19 | F | 0 | 5A | 6 | 46 | 58 | 34 |
| Octal | 315 | 360 | 31 | 17 | 0 | 132 | 6 | 106 | 130 | 64 |
| Binary | 11001101 | 11110000 | 11001 | 1111 | 0 | 1011010 | 110 | 1000110 | 1011000 | 110100 |
Color Harmonies of #CDF019
Complementary color
Monochromatic Colors of #CDF019
Black with #CDF019
Text Example
Text Example
White with #CDF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF019; }
p { color: rgb(205,240,25); }
H1.HeaderClassName
{
color: #CDF019;
}
.AnyTagClassName
{
color: #CDF019;
}
</style>
background-color css
<style>
a { background-color: #CDF019; }
a { background-color: rgb(205,240,25); }
div.DivClassName
{
background-color: #CDF019;
}
.BgClassName
{
background-color: #CDF019;
}
</style>
border-color css
<style>
span { border-color: #CDF019; }
span { border-color: rgb(205,240,25); }
td.TdClassName
{
border-color: #CDF019;
}
.TagClassName
{
border-color: #CDF019;
}
</style>