Shades of Chartreuse Yellow #EDFB0D
Tints of Chartreuse Yellow #EDFB0D
RGB
CMYK
RGB Variations
Color information
#EDFB0D (or 0xEDFB0D) is known color: Chartreuse Yellow. HEX triplet: ED, FB and 0D. RGB value is (237,251,13). Sum of RGB (Red+Green+Blue) = 237+251+13=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 13 (5.47% from 255 or 2.59% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFB0D is #1204F2. Grayscale: #DCDCDC. Windows color (decimal): -1180915 or 916461. OLE color: 916461.
HSL color Cylindrical-coordinate representation of color #EDFB0D: hue angle of 63.53º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDFB0D is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 13 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.02 |
| HSL | 63.53º | 0.97% | 0.52% | - |
| HSV(B) | 63.53º | 0.95% | 0.98% | - |
| XYZ | 69.49 | 87.03 | 13.52 | - |
| YUV | 219.68 | 11.36 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 13 | 0.06 | 0 | 0.95 | 0.02 | 63.53 | 0.97 | 0.52 |
| Hex | ED | FB | D | 6 | 0 | 5F | 2 | 40 | 61 | 34 |
| Octal | 355 | 373 | 15 | 6 | 0 | 137 | 2 | 100 | 141 | 64 |
| Binary | 11101101 | 11111011 | 1101 | 110 | 0 | 1011111 | 10 | 1000000 | 1100001 | 110100 |
Color Harmonies of #EDFB0D
Complementary color
Monochromatic Colors of #EDFB0D
Black with #EDFB0D
Text Example
Text Example
White with #EDFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB0D; }
p { color: rgb(237,251,13); }
H1.HeaderClassName
{
color: #EDFB0D;
}
.AnyTagClassName
{
color: #EDFB0D;
}
</style>
background-color css
<style>
a { background-color: #EDFB0D; }
a { background-color: rgb(237,251,13); }
div.DivClassName
{
background-color: #EDFB0D;
}
.BgClassName
{
background-color: #EDFB0D;
}
</style>
border-color css
<style>
span { border-color: #EDFB0D; }
span { border-color: rgb(237,251,13); }
td.TdClassName
{
border-color: #EDFB0D;
}
.TagClassName
{
border-color: #EDFB0D;
}
</style>