Shades of Pear #CDF83E
Tints of Pear #CDF83E
RGB
CMYK
RGB Variations
Color information
#CDF83E (or 0xCDF83E) is known color: Pear. HEX triplet: CD, F8 and 3E. RGB value is (205,248,62). Sum of RGB (Red+Green+Blue) = 205+248+62=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 62 (24.61% from 255 or 12.04% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF83E is #3207C1. Grayscale: #D6D6D6. Windows color (decimal): -3278786 or 4126925. OLE color: 4126925.
HSL color Cylindrical-coordinate representation of color #CDF83E: hue angle of 73.87º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDF83E is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 62 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.03 |
| HSL | 73.87º | 0.93% | 0.61% | - |
| HSV(B) | 73.87º | 0.75% | 0.97% | - |
| XYZ | 59.61 | 80.46 | 16.95 | - |
| YUV | 213.94 | 42.25 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 62 | 0.17 | 0 | 0.75 | 0.03 | 73.87 | 0.93 | 0.61 |
| Hex | CD | F8 | 3E | 11 | 0 | 4B | 3 | 4A | 5D | 3D |
| Octal | 315 | 370 | 76 | 21 | 0 | 113 | 3 | 112 | 135 | 75 |
| Binary | 11001101 | 11111000 | 111110 | 10001 | 0 | 1001011 | 11 | 1001010 | 1011101 | 111101 |
Color Harmonies of #CDF83E
Complementary color
Monochromatic Colors of #CDF83E
Black with #CDF83E
Text Example
Text Example
White with #CDF83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF83E; }
p { color: rgb(205,248,62); }
H1.HeaderClassName
{
color: #CDF83E;
}
.AnyTagClassName
{
color: #CDF83E;
}
</style>
background-color css
<style>
a { background-color: #CDF83E; }
a { background-color: rgb(205,248,62); }
div.DivClassName
{
background-color: #CDF83E;
}
.BgClassName
{
background-color: #CDF83E;
}
</style>
border-color css
<style>
span { border-color: #CDF83E; }
span { border-color: rgb(205,248,62); }
td.TdClassName
{
border-color: #CDF83E;
}
.TagClassName
{
border-color: #CDF83E;
}
</style>