Shades of Pear #CDF43F
Tints of Pear #CDF43F
RGB
CMYK
RGB Variations
Color information
#CDF43F (or 0xCDF43F) is known color: Pear. HEX triplet: CD, F4 and 3F. RGB value is (205,244,63). Sum of RGB (Red+Green+Blue) = 205+244+63=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF43F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF43F is #320BC0. Grayscale: #D4D4D4. Windows color (decimal): -3279809 or 4191437. OLE color: 4191437.
HSL color Cylindrical-coordinate representation of color #CDF43F: hue angle of 72.93º degrees, saturation: 0.89, 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 #CDF43F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 63 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.04 |
| HSL | 72.93º | 0.89% | 0.6% | - |
| HSV(B) | 72.93º | 0.74% | 0.96% | - |
| XYZ | 58.42 | 78.04 | 16.69 | - |
| YUV | 211.71 | 44.08 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 63 | 0.16 | 0 | 0.74 | 0.04 | 72.93 | 0.89 | 0.6 |
| Hex | CD | F4 | 3F | 10 | 0 | 4A | 4 | 49 | 59 | 3C |
| Octal | 315 | 364 | 77 | 20 | 0 | 112 | 4 | 111 | 131 | 74 |
| Binary | 11001101 | 11110100 | 111111 | 10000 | 0 | 1001010 | 100 | 1001001 | 1011001 | 111100 |
Color Harmonies of #CDF43F
Complementary color
Monochromatic Colors of #CDF43F
Black with #CDF43F
Text Example
Text Example
White with #CDF43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF43F; }
p { color: rgb(205,244,63); }
H1.HeaderClassName
{
color: #CDF43F;
}
.AnyTagClassName
{
color: #CDF43F;
}
</style>
background-color css
<style>
a { background-color: #CDF43F; }
a { background-color: rgb(205,244,63); }
div.DivClassName
{
background-color: #CDF43F;
}
.BgClassName
{
background-color: #CDF43F;
}
</style>
border-color css
<style>
span { border-color: #CDF43F; }
span { border-color: rgb(205,244,63); }
td.TdClassName
{
border-color: #CDF43F;
}
.TagClassName
{
border-color: #CDF43F;
}
</style>