Shades of Pear #CDFF4C
Tints of Pear #CDFF4C
RGB
CMYK
RGB Variations
Color information
#CDFF4C (or 0xCDFF4C) is known color: Pear. HEX triplet: CD, FF and 4C. RGB value is (205,255,76). Sum of RGB (Red+Green+Blue) = 205+255+76=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF4C is #3200B3. Grayscale: #DCDCDC. Windows color (decimal): -3276980 or 5046221. OLE color: 5046221.
HSL color Cylindrical-coordinate representation of color #CDFF4C: hue angle of 76.76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDFF4C is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 76 | - |
| CMYK | 0.20 | 0 | 0.70 | 0 |
| HSL | 76.76º | 1% | 0.65% | - |
| HSV(B) | 76.76º | 0.7% | 1% | - |
| XYZ | 62.24 | 85.02 | 19.97 | - |
| YUV | 219.64 | 46.94 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 76 | 0.20 | 0 | 0.70 | 0 | 76.76 | 1 | 0.65 |
| Hex | CD | FF | 4C | 14 | 0 | 46 | 0 | 4D | 64 | 41 |
| Octal | 315 | 377 | 114 | 24 | 0 | 106 | 0 | 115 | 144 | 101 |
| Binary | 11001101 | 11111111 | 1001100 | 10100 | 0 | 1000110 | 0 | 1001101 | 1100100 | 1000001 |
Color Harmonies of #CDFF4C
Complementary color
Monochromatic Colors of #CDFF4C
Black with #CDFF4C
Text Example
Text Example
White with #CDFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF4C; }
p { color: rgb(205,255,76); }
H1.HeaderClassName
{
color: #CDFF4C;
}
.AnyTagClassName
{
color: #CDFF4C;
}
</style>
background-color css
<style>
a { background-color: #CDFF4C; }
a { background-color: rgb(205,255,76); }
div.DivClassName
{
background-color: #CDFF4C;
}
.BgClassName
{
background-color: #CDFF4C;
}
</style>
border-color css
<style>
span { border-color: #CDFF4C; }
span { border-color: rgb(205,255,76); }
td.TdClassName
{
border-color: #CDFF4C;
}
.TagClassName
{
border-color: #CDFF4C;
}
</style>