Shades of Pear #CDF827
Tints of Pear #CDF827
RGB
CMYK
RGB Variations
Color information
#CDF827 (or 0xCDF827) is known color: Pear. HEX triplet: CD, F8 and 27. RGB value is (205,248,39). Sum of RGB (Red+Green+Blue) = 205+248+39=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 39 (15.62% from 255 or 7.93% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF827 is #3207D8. Grayscale: #D4D4D4. Windows color (decimal): -3278809 or 2619597. OLE color: 2619597.
HSL color Cylindrical-coordinate representation of color #CDF827: hue angle of 72.34º 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 #CDF827 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 39 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.03 |
| HSL | 72.34º | 0.94% | 0.56% | - |
| HSV(B) | 72.34º | 0.84% | 0.97% | - |
| XYZ | 59.11 | 80.26 | 14.3 | - |
| YUV | 211.32 | 30.75 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 39 | 0.17 | 0 | 0.84 | 0.03 | 72.34 | 0.94 | 0.56 |
| Hex | CD | F8 | 27 | 11 | 0 | 54 | 3 | 48 | 5E | 38 |
| Octal | 315 | 370 | 47 | 21 | 0 | 124 | 3 | 110 | 136 | 70 |
| Binary | 11001101 | 11111000 | 100111 | 10001 | 0 | 1010100 | 11 | 1001000 | 1011110 | 111000 |
Color Harmonies of #CDF827
Complementary color
Monochromatic Colors of #CDF827
Black with #CDF827
Text Example
Text Example
White with #CDF827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF827; }
p { color: rgb(205,248,39); }
H1.HeaderClassName
{
color: #CDF827;
}
.AnyTagClassName
{
color: #CDF827;
}
</style>
background-color css
<style>
a { background-color: #CDF827; }
a { background-color: rgb(205,248,39); }
div.DivClassName
{
background-color: #CDF827;
}
.BgClassName
{
background-color: #CDF827;
}
</style>
border-color css
<style>
span { border-color: #CDF827; }
span { border-color: rgb(205,248,39); }
td.TdClassName
{
border-color: #CDF827;
}
.TagClassName
{
border-color: #CDF827;
}
</style>