Shades of Pear #CDF83A
Tints of Pear #CDF83A
RGB
CMYK
RGB Variations
Color information
#CDF83A (or 0xCDF83A) is known color: Pear. HEX triplet: CD, F8 and 3A. RGB value is (205,248,58). Sum of RGB (Red+Green+Blue) = 205+248+58=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF83A is #3207C5. Grayscale: #D6D6D6. Windows color (decimal): -3278790 or 3864781. OLE color: 3864781.
HSL color Cylindrical-coordinate representation of color #CDF83A: hue angle of 73.58º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDF83A is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 58 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.03 |
| HSL | 73.58º | 0.93% | 0.6% | - |
| HSV(B) | 73.58º | 0.77% | 0.97% | - |
| XYZ | 59.51 | 80.42 | 16.39 | - |
| YUV | 213.48 | 40.25 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 58 | 0.17 | 0 | 0.77 | 0.03 | 73.58 | 0.93 | 0.6 |
| Hex | CD | F8 | 3A | 11 | 0 | 4D | 3 | 4A | 5D | 3C |
| Octal | 315 | 370 | 72 | 21 | 0 | 115 | 3 | 112 | 135 | 74 |
| Binary | 11001101 | 11111000 | 111010 | 10001 | 0 | 1001101 | 11 | 1001010 | 1011101 | 111100 |
Color Harmonies of #CDF83A
Complementary color
Monochromatic Colors of #CDF83A
Black with #CDF83A
Text Example
Text Example
White with #CDF83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF83A; }
p { color: rgb(205,248,58); }
H1.HeaderClassName
{
color: #CDF83A;
}
.AnyTagClassName
{
color: #CDF83A;
}
</style>
background-color css
<style>
a { background-color: #CDF83A; }
a { background-color: rgb(205,248,58); }
div.DivClassName
{
background-color: #CDF83A;
}
.BgClassName
{
background-color: #CDF83A;
}
</style>
border-color css
<style>
span { border-color: #CDF83A; }
span { border-color: rgb(205,248,58); }
td.TdClassName
{
border-color: #CDF83A;
}
.TagClassName
{
border-color: #CDF83A;
}
</style>