Shades of Pear #CDF43D
Tints of Pear #CDF43D
RGB
CMYK
RGB Variations
Color information
#CDF43D (or 0xCDF43D) is known color: Pear. HEX triplet: CD, F4 and 3D. RGB value is (205,244,61). Sum of RGB (Red+Green+Blue) = 205+244+61=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF43D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF43D is #320BC2. Grayscale: #D4D4D4. Windows color (decimal): -3279811 or 4060365. OLE color: 4060365.
HSL color Cylindrical-coordinate representation of color #CDF43D: hue angle of 72.79º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDF43D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 244 | 61 | - |
CMYK | 0.16 | 0 | 0.75 | 0.04 |
HSL | 72.79º | 0.89% | 0.6% | - |
HSV(B) | 72.79º | 0.75% | 0.96% | - |
XYZ | 58.37 | 78.02 | 16.4 | - |
YUV | 211.48 | 43.08 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 244 | 61 | 0.16 | 0 | 0.75 | 0.04 | 72.79 | 0.89 | 0.6 |
Hex | CD | F4 | 3D | 10 | 0 | 4B | 4 | 49 | 59 | 3C |
Octal | 315 | 364 | 75 | 20 | 0 | 113 | 4 | 111 | 131 | 74 |
Binary | 11001101 | 11110100 | 111101 | 10000 | 0 | 1001011 | 100 | 1001001 | 1011001 | 111100 |
Color Harmonies of #CDF43D
Complementary color
Monochromatic Colors of #CDF43D
Black with #CDF43D
Text Example
Text Example
White with #CDF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF43D; }
p { color: rgb(205,244,61); }
H1.HeaderClassName
{
color: #CDF43D;
}
.AnyTagClassName
{
color: #CDF43D;
}
</style>
background-color css
<style>
a { background-color: #CDF43D; }
a { background-color: rgb(205,244,61); }
div.DivClassName
{
background-color: #CDF43D;
}
.BgClassName
{
background-color: #CDF43D;
}
</style>
border-color css
<style>
span { border-color: #CDF43D; }
span { border-color: rgb(205,244,61); }
td.TdClassName
{
border-color: #CDF43D;
}
.TagClassName
{
border-color: #CDF43D;
}
</style>