Shades of Pear #CDF53F
Tints of Pear #CDF53F
RGB
CMYK
RGB Variations
Color information
#CDF53F (or 0xCDF53F) is known color: Pear. HEX triplet: CD, F5 and 3F. RGB value is (205,245,63). Sum of RGB (Red+Green+Blue) = 205+245+63=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF53F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF53F is #320AC0. Grayscale: #D4D4D4. Windows color (decimal): -3279553 or 4191693. OLE color: 4191693.
HSL color Cylindrical-coordinate representation of color #CDF53F: hue angle of 73.19º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDF53F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 63 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.04 |
| HSL | 73.19º | 0.9% | 0.6% | - |
| HSV(B) | 73.19º | 0.74% | 0.96% | - |
| XYZ | 58.73 | 78.64 | 16.79 | - |
| YUV | 212.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 63 | 0.16 | 0 | 0.74 | 0.04 | 73.19 | 0.9 | 0.6 |
| Hex | CD | F5 | 3F | 10 | 0 | 4A | 4 | 49 | 5A | 3C |
| Octal | 315 | 365 | 77 | 20 | 0 | 112 | 4 | 111 | 132 | 74 |
| Binary | 11001101 | 11110101 | 111111 | 10000 | 0 | 1001010 | 100 | 1001001 | 1011010 | 111100 |
Color Harmonies of #CDF53F
Complementary color
Monochromatic Colors of #CDF53F
Black with #CDF53F
Text Example
Text Example
White with #CDF53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF53F; }
p { color: rgb(205,245,63); }
H1.HeaderClassName
{
color: #CDF53F;
}
.AnyTagClassName
{
color: #CDF53F;
}
</style>
background-color css
<style>
a { background-color: #CDF53F; }
a { background-color: rgb(205,245,63); }
div.DivClassName
{
background-color: #CDF53F;
}
.BgClassName
{
background-color: #CDF53F;
}
</style>
border-color css
<style>
span { border-color: #CDF53F; }
span { border-color: rgb(205,245,63); }
td.TdClassName
{
border-color: #CDF53F;
}
.TagClassName
{
border-color: #CDF53F;
}
</style>