Shades of Pear #CDF72F
Tints of Pear #CDF72F
RGB
CMYK
RGB Variations
Color information
#CDF72F (or 0xCDF72F) is known color: Pear. HEX triplet: CD, F7 and 2F. RGB value is (205,247,47). Sum of RGB (Red+Green+Blue) = 205+247+47=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF72F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF72F is #3208D0. Grayscale: #D4D4D4. Windows color (decimal): -3279057 or 3143629. OLE color: 3143629.
HSL color Cylindrical-coordinate representation of color #CDF72F: hue angle of 72.6º 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 #CDF72F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 47 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.03 |
| HSL | 72.6º | 0.93% | 0.58% | - |
| HSV(B) | 72.6º | 0.81% | 0.97% | - |
| XYZ | 58.95 | 79.71 | 14.97 | - |
| YUV | 211.64 | 35.09 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 47 | 0.17 | 0 | 0.81 | 0.03 | 72.6 | 0.93 | 0.58 |
| Hex | CD | F7 | 2F | 11 | 0 | 51 | 3 | 49 | 5D | 3A |
| Octal | 315 | 367 | 57 | 21 | 0 | 121 | 3 | 111 | 135 | 72 |
| Binary | 11001101 | 11110111 | 101111 | 10001 | 0 | 1010001 | 11 | 1001001 | 1011101 | 111010 |
Color Harmonies of #CDF72F
Complementary color
Monochromatic Colors of #CDF72F
Black with #CDF72F
Text Example
Text Example
White with #CDF72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF72F; }
p { color: rgb(205,247,47); }
H1.HeaderClassName
{
color: #CDF72F;
}
.AnyTagClassName
{
color: #CDF72F;
}
</style>
background-color css
<style>
a { background-color: #CDF72F; }
a { background-color: rgb(205,247,47); }
div.DivClassName
{
background-color: #CDF72F;
}
.BgClassName
{
background-color: #CDF72F;
}
</style>
border-color css
<style>
span { border-color: #CDF72F; }
span { border-color: rgb(205,247,47); }
td.TdClassName
{
border-color: #CDF72F;
}
.TagClassName
{
border-color: #CDF72F;
}
</style>