Shades of Pear #CDF54C
Tints of Pear #CDF54C
RGB
CMYK
RGB Variations
Color information
#CDF54C (or 0xCDF54C) is known color: Pear. HEX triplet: CD, F5 and 4C. RGB value is (205,245,76). Sum of RGB (Red+Green+Blue) = 205+245+76=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF54C is #320AB3. Grayscale: #D6D6D6. Windows color (decimal): -3279540 or 5043661. OLE color: 5043661.
HSL color Cylindrical-coordinate representation of color #CDF54C: hue angle of 74.2º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDF54C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 76 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.04 |
| HSL | 74.2º | 0.89% | 0.63% | - |
| HSV(B) | 74.2º | 0.69% | 0.96% | - |
| XYZ | 59.13 | 78.81 | 18.93 | - |
| YUV | 213.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 76 | 0.16 | 0 | 0.69 | 0.04 | 74.2 | 0.89 | 0.63 |
| Hex | CD | F5 | 4C | 10 | 0 | 45 | 4 | 4A | 59 | 3F |
| Octal | 315 | 365 | 114 | 20 | 0 | 105 | 4 | 112 | 131 | 77 |
| Binary | 11001101 | 11110101 | 1001100 | 10000 | 0 | 1000101 | 100 | 1001010 | 1011001 | 111111 |
Color Harmonies of #CDF54C
Complementary color
Monochromatic Colors of #CDF54C
Black with #CDF54C
Text Example
Text Example
White with #CDF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF54C; }
p { color: rgb(205,245,76); }
H1.HeaderClassName
{
color: #CDF54C;
}
.AnyTagClassName
{
color: #CDF54C;
}
</style>
background-color css
<style>
a { background-color: #CDF54C; }
a { background-color: rgb(205,245,76); }
div.DivClassName
{
background-color: #CDF54C;
}
.BgClassName
{
background-color: #CDF54C;
}
</style>
border-color css
<style>
span { border-color: #CDF54C; }
span { border-color: rgb(205,245,76); }
td.TdClassName
{
border-color: #CDF54C;
}
.TagClassName
{
border-color: #CDF54C;
}
</style>