Shades of Chartreuse Yellow #D5F20D
Tints of Chartreuse Yellow #D5F20D
RGB
CMYK
RGB Variations
Color information
#D5F20D (or 0xD5F20D) is known color: Chartreuse Yellow. HEX triplet: D5, F2 and 0D. RGB value is (213,242,13). Sum of RGB (Red+Green+Blue) = 213+242+13=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 13 (5.47% from 255 or 2.78% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F20D is #2A0DF2. Grayscale: #D0D0D0. Windows color (decimal): -2756083 or 914133. OLE color: 914133.
HSL color Cylindrical-coordinate representation of color #D5F20D: hue angle of 67.6º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5F20D is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 13 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.05 |
| HSL | 67.6º | 0.9% | 0.5% | - |
| HSV(B) | 67.6º | 0.95% | 0.95% | - |
| XYZ | 59.27 | 77.68 | 12.25 | - |
| YUV | 207.22 | 18.39 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 13 | 0.12 | 0 | 0.95 | 0.05 | 67.6 | 0.9 | 0.5 |
| Hex | D5 | F2 | D | C | 0 | 5F | 5 | 44 | 5A | 32 |
| Octal | 325 | 362 | 15 | 14 | 0 | 137 | 5 | 104 | 132 | 62 |
| Binary | 11010101 | 11110010 | 1101 | 1100 | 0 | 1011111 | 101 | 1000100 | 1011010 | 110010 |
Color Harmonies of #D5F20D
Complementary color
Monochromatic Colors of #D5F20D
Black with #D5F20D
Text Example
Text Example
White with #D5F20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F20D; }
p { color: rgb(213,242,13); }
H1.HeaderClassName
{
color: #D5F20D;
}
.AnyTagClassName
{
color: #D5F20D;
}
</style>
background-color css
<style>
a { background-color: #D5F20D; }
a { background-color: rgb(213,242,13); }
div.DivClassName
{
background-color: #D5F20D;
}
.BgClassName
{
background-color: #D5F20D;
}
</style>
border-color css
<style>
span { border-color: #D5F20D; }
span { border-color: rgb(213,242,13); }
td.TdClassName
{
border-color: #D5F20D;
}
.TagClassName
{
border-color: #D5F20D;
}
</style>