Shades of Pear #CDFF4A
Tints of Pear #CDFF4A
RGB
CMYK
RGB Variations
Color information
#CDFF4A (or 0xCDFF4A) is known color: Pear. HEX triplet: CD, FF and 4A. RGB value is (205,255,74). Sum of RGB (Red+Green+Blue) = 205+255+74=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF4A is #3200B5. Grayscale: #DCDCDC. Windows color (decimal): -3276982 or 4915149. OLE color: 4915149.
HSL color Cylindrical-coordinate representation of color #CDFF4A: hue angle of 76.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDFF4A is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 74 | - |
| CMYK | 0.20 | 0 | 0.71 | 0 |
| HSL | 76.57º | 1% | 0.65% | - |
| HSV(B) | 76.57º | 0.71% | 1% | - |
| XYZ | 62.17 | 84.99 | 19.61 | - |
| YUV | 219.42 | 45.94 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 74 | 0.20 | 0 | 0.71 | 0 | 76.57 | 1 | 0.65 |
| Hex | CD | FF | 4A | 14 | 0 | 47 | 0 | 4D | 64 | 41 |
| Octal | 315 | 377 | 112 | 24 | 0 | 107 | 0 | 115 | 144 | 101 |
| Binary | 11001101 | 11111111 | 1001010 | 10100 | 0 | 1000111 | 0 | 1001101 | 1100100 | 1000001 |
Color Harmonies of #CDFF4A
Complementary color
Monochromatic Colors of #CDFF4A
Black with #CDFF4A
Text Example
Text Example
White with #CDFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF4A; }
p { color: rgb(205,255,74); }
H1.HeaderClassName
{
color: #CDFF4A;
}
.AnyTagClassName
{
color: #CDFF4A;
}
</style>
background-color css
<style>
a { background-color: #CDFF4A; }
a { background-color: rgb(205,255,74); }
div.DivClassName
{
background-color: #CDFF4A;
}
.BgClassName
{
background-color: #CDFF4A;
}
</style>
border-color css
<style>
span { border-color: #CDFF4A; }
span { border-color: rgb(205,255,74); }
td.TdClassName
{
border-color: #CDFF4A;
}
.TagClassName
{
border-color: #CDFF4A;
}
</style>