Shades of Chartreuse Yellow #D5F30D
Tints of Chartreuse Yellow #D5F30D
RGB
CMYK
RGB Variations
Color information
#D5F30D (or 0xD5F30D) is known color: Chartreuse Yellow. HEX triplet: D5, F3 and 0D. RGB value is (213,243,13). Sum of RGB (Red+Green+Blue) = 213+243+13=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F30D is #2A0CF2. Grayscale: #D0D0D0. Windows color (decimal): -2755827 or 914389. OLE color: 914389.
HSL color Cylindrical-coordinate representation of color #D5F30D: hue angle of 67.83º degrees, saturation: 0.91, 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 #D5F30D is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 13 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.05 |
| HSL | 67.83º | 0.91% | 0.5% | - |
| HSV(B) | 67.83º | 0.95% | 0.95% | - |
| XYZ | 59.56 | 78.28 | 12.35 | - |
| YUV | 207.81 | 18.06 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 13 | 0.12 | 0 | 0.95 | 0.05 | 67.83 | 0.91 | 0.5 |
| Hex | D5 | F3 | D | C | 0 | 5F | 5 | 44 | 5B | 32 |
| Octal | 325 | 363 | 15 | 14 | 0 | 137 | 5 | 104 | 133 | 62 |
| Binary | 11010101 | 11110011 | 1101 | 1100 | 0 | 1011111 | 101 | 1000100 | 1011011 | 110010 |
Color Harmonies of #D5F30D
Complementary color
Monochromatic Colors of #D5F30D
Black with #D5F30D
Text Example
Text Example
White with #D5F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F30D; }
p { color: rgb(213,243,13); }
H1.HeaderClassName
{
color: #D5F30D;
}
.AnyTagClassName
{
color: #D5F30D;
}
</style>
background-color css
<style>
a { background-color: #D5F30D; }
a { background-color: rgb(213,243,13); }
div.DivClassName
{
background-color: #D5F30D;
}
.BgClassName
{
background-color: #D5F30D;
}
</style>
border-color css
<style>
span { border-color: #D5F30D; }
span { border-color: rgb(213,243,13); }
td.TdClassName
{
border-color: #D5F30D;
}
.TagClassName
{
border-color: #D5F30D;
}
</style>