Shades of Pear #CDF82F
Tints of Pear #CDF82F
RGB
CMYK
RGB Variations
Color information
#CDF82F (or 0xCDF82F) is known color: Pear. HEX triplet: CD, F8 and 2F. RGB value is (205,248,47). Sum of RGB (Red+Green+Blue) = 205+248+47=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF82F is #3207D0. Grayscale: #D4D4D4. Windows color (decimal): -3278801 or 3143885. OLE color: 3143885.
HSL color Cylindrical-coordinate representation of color #CDF82F: hue angle of 72.84º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDF82F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 47 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.03 |
| HSL | 72.84º | 0.93% | 0.58% | - |
| HSV(B) | 72.84º | 0.81% | 0.97% | - |
| XYZ | 59.26 | 80.32 | 15.07 | - |
| YUV | 212.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 47 | 0.17 | 0 | 0.81 | 0.03 | 72.84 | 0.93 | 0.58 |
| Hex | CD | F8 | 2F | 11 | 0 | 51 | 3 | 49 | 5D | 3A |
| Octal | 315 | 370 | 57 | 21 | 0 | 121 | 3 | 111 | 135 | 72 |
| Binary | 11001101 | 11111000 | 101111 | 10001 | 0 | 1010001 | 11 | 1001001 | 1011101 | 111010 |
Color Harmonies of #CDF82F
Complementary color
Monochromatic Colors of #CDF82F
Black with #CDF82F
Text Example
Text Example
White with #CDF82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF82F; }
p { color: rgb(205,248,47); }
H1.HeaderClassName
{
color: #CDF82F;
}
.AnyTagClassName
{
color: #CDF82F;
}
</style>
background-color css
<style>
a { background-color: #CDF82F; }
a { background-color: rgb(205,248,47); }
div.DivClassName
{
background-color: #CDF82F;
}
.BgClassName
{
background-color: #CDF82F;
}
</style>
border-color css
<style>
span { border-color: #CDF82F; }
span { border-color: rgb(205,248,47); }
td.TdClassName
{
border-color: #CDF82F;
}
.TagClassName
{
border-color: #CDF82F;
}
</style>