Shades of Pear #CDF721
Tints of Pear #CDF721
RGB
CMYK
RGB Variations
Color information
#CDF721 (or 0xCDF721) is known color: Pear. HEX triplet: CD, F7 and 21. RGB value is (205,247,33). Sum of RGB (Red+Green+Blue) = 205+247+33=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF721 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF721 is #3208DE. Grayscale: #D2D2D2. Windows color (decimal): -3279071 or 2226125. OLE color: 2226125.
HSL color Cylindrical-coordinate representation of color #CDF721: hue angle of 71.78º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF721 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 33 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.03 |
| HSL | 71.78º | 0.93% | 0.55% | - |
| HSV(B) | 71.78º | 0.87% | 0.97% | - |
| XYZ | 58.71 | 79.61 | 13.71 | - |
| YUV | 210.05 | 28.09 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 33 | 0.17 | 0 | 0.87 | 0.03 | 71.78 | 0.93 | 0.55 |
| Hex | CD | F7 | 21 | 11 | 0 | 57 | 3 | 48 | 5D | 37 |
| Octal | 315 | 367 | 41 | 21 | 0 | 127 | 3 | 110 | 135 | 67 |
| Binary | 11001101 | 11110111 | 100001 | 10001 | 0 | 1010111 | 11 | 1001000 | 1011101 | 110111 |
Color Harmonies of #CDF721
Complementary color
Monochromatic Colors of #CDF721
Black with #CDF721
Text Example
Text Example
White with #CDF721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF721; }
p { color: rgb(205,247,33); }
H1.HeaderClassName
{
color: #CDF721;
}
.AnyTagClassName
{
color: #CDF721;
}
</style>
background-color css
<style>
a { background-color: #CDF721; }
a { background-color: rgb(205,247,33); }
div.DivClassName
{
background-color: #CDF721;
}
.BgClassName
{
background-color: #CDF721;
}
</style>
border-color css
<style>
span { border-color: #CDF721; }
span { border-color: rgb(205,247,33); }
td.TdClassName
{
border-color: #CDF721;
}
.TagClassName
{
border-color: #CDF721;
}
</style>