Shades of Pear #CDF828
Tints of Pear #CDF828
RGB
CMYK
RGB Variations
Color information
#CDF828 (or 0xCDF828) is known color: Pear. HEX triplet: CD, F8 and 28. RGB value is (205,248,40). Sum of RGB (Red+Green+Blue) = 205+248+40=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF828 is #3207D7. Grayscale: #D4D4D4. Windows color (decimal): -3278808 or 2685133. OLE color: 2685133.
HSL color Cylindrical-coordinate representation of color #CDF828: hue angle of 72.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDF828 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 40 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.03 |
| HSL | 72.4º | 0.94% | 0.56% | - |
| HSV(B) | 72.4º | 0.84% | 0.97% | - |
| XYZ | 59.13 | 80.27 | 14.38 | - |
| YUV | 211.43 | 31.25 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 40 | 0.17 | 0 | 0.84 | 0.03 | 72.4 | 0.94 | 0.56 |
| Hex | CD | F8 | 28 | 11 | 0 | 54 | 3 | 48 | 5E | 38 |
| Octal | 315 | 370 | 50 | 21 | 0 | 124 | 3 | 110 | 136 | 70 |
| Binary | 11001101 | 11111000 | 101000 | 10001 | 0 | 1010100 | 11 | 1001000 | 1011110 | 111000 |
Color Harmonies of #CDF828
Complementary color
Monochromatic Colors of #CDF828
Black with #CDF828
Text Example
Text Example
White with #CDF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF828; }
p { color: rgb(205,248,40); }
H1.HeaderClassName
{
color: #CDF828;
}
.AnyTagClassName
{
color: #CDF828;
}
</style>
background-color css
<style>
a { background-color: #CDF828; }
a { background-color: rgb(205,248,40); }
div.DivClassName
{
background-color: #CDF828;
}
.BgClassName
{
background-color: #CDF828;
}
</style>
border-color css
<style>
span { border-color: #CDF828; }
span { border-color: rgb(205,248,40); }
td.TdClassName
{
border-color: #CDF828;
}
.TagClassName
{
border-color: #CDF828;
}
</style>