Shades of Pear #CDF14D
Tints of Pear #CDF14D
RGB
CMYK
RGB Variations
Color information
#CDF14D (or 0xCDF14D) is known color: Pear. HEX triplet: CD, F1 and 4D. RGB value is (205,241,77). Sum of RGB (Red+Green+Blue) = 205+241+77=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF14D is #320EB2. Grayscale: #D4D4D4. Windows color (decimal): -3280563 or 5108173. OLE color: 5108173.
HSL color Cylindrical-coordinate representation of color #CDF14D: hue angle of 73.17º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDF14D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 77 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.05 |
| HSL | 73.17º | 0.85% | 0.62% | - |
| HSV(B) | 73.17º | 0.68% | 0.95% | - |
| XYZ | 57.97 | 76.43 | 18.72 | - |
| YUV | 211.54 | 52.07 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 77 | 0.15 | 0 | 0.68 | 0.05 | 73.17 | 0.85 | 0.62 |
| Hex | CD | F1 | 4D | F | 0 | 44 | 5 | 49 | 55 | 3E |
| Octal | 315 | 361 | 115 | 17 | 0 | 104 | 5 | 111 | 125 | 76 |
| Binary | 11001101 | 11110001 | 1001101 | 1111 | 0 | 1000100 | 101 | 1001001 | 1010101 | 111110 |
Color Harmonies of #CDF14D
Complementary color
Monochromatic Colors of #CDF14D
Black with #CDF14D
Text Example
Text Example
White with #CDF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF14D; }
p { color: rgb(205,241,77); }
H1.HeaderClassName
{
color: #CDF14D;
}
.AnyTagClassName
{
color: #CDF14D;
}
</style>
background-color css
<style>
a { background-color: #CDF14D; }
a { background-color: rgb(205,241,77); }
div.DivClassName
{
background-color: #CDF14D;
}
.BgClassName
{
background-color: #CDF14D;
}
</style>
border-color css
<style>
span { border-color: #CDF14D; }
span { border-color: rgb(205,241,77); }
td.TdClassName
{
border-color: #CDF14D;
}
.TagClassName
{
border-color: #CDF14D;
}
</style>