Shades of Chartreuse Yellow #EDFF1B
Tints of Chartreuse Yellow #EDFF1B
RGB
CMYK
RGB Variations
Color information
#EDFF1B (or 0xEDFF1B) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 1B. RGB value is (237,255,27). Sum of RGB (Red+Green+Blue) = 237+255+27=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 27 (10.94% from 255 or 5.20% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF1B is #1200E4. Grayscale: #E0E0E0. Windows color (decimal): -1179877 or 1834989. OLE color: 1834989.
HSL color Cylindrical-coordinate representation of color #EDFF1B: hue angle of 64.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDFF1B is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 27 | - |
| CMYK | 0.07 | 0 | 0.89 | 0 |
| HSL | 64.74º | 1% | 0.55% | - |
| HSV(B) | 64.74º | 0.89% | 1% | - |
| XYZ | 70.88 | 89.6 | 14.6 | - |
| YUV | 223.63 | 17.04 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 27 | 0.07 | 0 | 0.89 | 0 | 64.74 | 1 | 0.55 |
| Hex | ED | FF | 1B | 7 | 0 | 59 | 0 | 41 | 64 | 37 |
| Octal | 355 | 377 | 33 | 7 | 0 | 131 | 0 | 101 | 144 | 67 |
| Binary | 11101101 | 11111111 | 11011 | 111 | 0 | 1011001 | 0 | 1000001 | 1100100 | 110111 |
Color Harmonies of #EDFF1B
Complementary color
Monochromatic Colors of #EDFF1B
Black with #EDFF1B
Text Example
Text Example
White with #EDFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF1B; }
p { color: rgb(237,255,27); }
H1.HeaderClassName
{
color: #EDFF1B;
}
.AnyTagClassName
{
color: #EDFF1B;
}
</style>
background-color css
<style>
a { background-color: #EDFF1B; }
a { background-color: rgb(237,255,27); }
div.DivClassName
{
background-color: #EDFF1B;
}
.BgClassName
{
background-color: #EDFF1B;
}
</style>
border-color css
<style>
span { border-color: #EDFF1B; }
span { border-color: rgb(237,255,27); }
td.TdClassName
{
border-color: #EDFF1B;
}
.TagClassName
{
border-color: #EDFF1B;
}
</style>