Shades of Pear #CDF036
Tints of Pear #CDF036
RGB
CMYK
RGB Variations
Color information
#CDF036 (or 0xCDF036) is known color: Pear. HEX triplet: CD, F0 and 36. RGB value is (205,240,54). Sum of RGB (Red+Green+Blue) = 205+240+54=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF036 is #320FC9. Grayscale: #D1D1D1. Windows color (decimal): -3280842 or 3600589. OLE color: 3600589.
HSL color Cylindrical-coordinate representation of color #CDF036: hue angle of 71.29º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDF036 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 54 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.06 |
| HSL | 71.29º | 0.86% | 0.58% | - |
| HSV(B) | 71.29º | 0.78% | 0.94% | - |
| XYZ | 57 | 75.57 | 15.07 | - |
| YUV | 208.33 | 40.9 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 54 | 0.15 | 0 | 0.78 | 0.06 | 71.29 | 0.86 | 0.58 |
| Hex | CD | F0 | 36 | F | 0 | 4E | 6 | 47 | 56 | 3A |
| Octal | 315 | 360 | 66 | 17 | 0 | 116 | 6 | 107 | 126 | 72 |
| Binary | 11001101 | 11110000 | 110110 | 1111 | 0 | 1001110 | 110 | 1000111 | 1010110 | 111010 |
Color Harmonies of #CDF036
Complementary color
Monochromatic Colors of #CDF036
Black with #CDF036
Text Example
Text Example
White with #CDF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF036; }
p { color: rgb(205,240,54); }
H1.HeaderClassName
{
color: #CDF036;
}
.AnyTagClassName
{
color: #CDF036;
}
</style>
background-color css
<style>
a { background-color: #CDF036; }
a { background-color: rgb(205,240,54); }
div.DivClassName
{
background-color: #CDF036;
}
.BgClassName
{
background-color: #CDF036;
}
</style>
border-color css
<style>
span { border-color: #CDF036; }
span { border-color: rgb(205,240,54); }
td.TdClassName
{
border-color: #CDF036;
}
.TagClassName
{
border-color: #CDF036;
}
</style>