Shades of Pear #CDF030
Tints of Pear #CDF030
RGB
CMYK
RGB Variations
Color information
#CDF030 (or 0xCDF030) is known color: Pear. HEX triplet: CD, F0 and 30. RGB value is (205,240,48). Sum of RGB (Red+Green+Blue) = 205+240+48=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF030 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF030 is #320FCF. Grayscale: #D0D0D0. Windows color (decimal): -3280848 or 3207373. OLE color: 3207373.
HSL color Cylindrical-coordinate representation of color #CDF030: hue angle of 70.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDF030 is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 48 | - |
| CMYK | 0.15 | 0 | 0.8 | 0.06 |
| HSL | 70.94º | 0.86% | 0.56% | - |
| HSV(B) | 70.94º | 0.8% | 0.94% | - |
| XYZ | 56.87 | 75.51 | 14.37 | - |
| YUV | 207.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 48 | 0.15 | 0 | 0.8 | 0.06 | 70.94 | 0.86 | 0.56 |
| Hex | CD | F0 | 30 | F | 0 | 50 | 6 | 47 | 56 | 38 |
| Octal | 315 | 360 | 60 | 17 | 0 | 120 | 6 | 107 | 126 | 70 |
| Binary | 11001101 | 11110000 | 110000 | 1111 | 0 | 1010000 | 110 | 1000111 | 1010110 | 111000 |
Color Harmonies of #CDF030
Complementary color
Monochromatic Colors of #CDF030
Black with #CDF030
Text Example
Text Example
White with #CDF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF030; }
p { color: rgb(205,240,48); }
H1.HeaderClassName
{
color: #CDF030;
}
.AnyTagClassName
{
color: #CDF030;
}
</style>
background-color css
<style>
a { background-color: #CDF030; }
a { background-color: rgb(205,240,48); }
div.DivClassName
{
background-color: #CDF030;
}
.BgClassName
{
background-color: #CDF030;
}
</style>
border-color css
<style>
span { border-color: #CDF030; }
span { border-color: rgb(205,240,48); }
td.TdClassName
{
border-color: #CDF030;
}
.TagClassName
{
border-color: #CDF030;
}
</style>