Shades of Chartreuse Yellow #EAF101
Tints of Chartreuse Yellow #EAF101
RGB
CMYK
RGB Variations
Color information
#EAF101 (or 0xEAF101) is known color: Chartreuse Yellow. HEX triplet: EA, F1 and 01. RGB value is (234,241,1). Sum of RGB (Red+Green+Blue) = 234+241+1=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF101 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF101 is #150EFE. Grayscale: #D4D4D4. Windows color (decimal): -1380095 or 127466. OLE color: 127466.
HSL color Cylindrical-coordinate representation of color #EAF101: hue angle of 61.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAF101 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.05 |
| HSL | 61.75º | 0.99% | 0.47% | - |
| HSV(B) | 61.75º | 1% | 0.95% | - |
| XYZ | 65.39 | 80.41 | 12.1 | - |
| YUV | 211.55 | 9.18 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 1 | 0.03 | 0 | 1.00 | 0.05 | 61.75 | 0.99 | 0.47 |
| Hex | EA | F1 | 1 | 3 | 0 | 64 | 5 | 3E | 63 | 2F |
| Octal | 352 | 361 | 1 | 3 | 0 | 144 | 5 | 76 | 143 | 57 |
| Binary | 11101010 | 11110001 | 1 | 11 | 0 | 1100100 | 101 | 111110 | 1100011 | 101111 |
Color Harmonies of #EAF101
Complementary color
Monochromatic Colors of #EAF101
Black with #EAF101
Text Example
Text Example
White with #EAF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF101; }
p { color: rgb(234,241,1); }
H1.HeaderClassName
{
color: #EAF101;
}
.AnyTagClassName
{
color: #EAF101;
}
</style>
background-color css
<style>
a { background-color: #EAF101; }
a { background-color: rgb(234,241,1); }
div.DivClassName
{
background-color: #EAF101;
}
.BgClassName
{
background-color: #EAF101;
}
</style>
border-color css
<style>
span { border-color: #EAF101; }
span { border-color: rgb(234,241,1); }
td.TdClassName
{
border-color: #EAF101;
}
.TagClassName
{
border-color: #EAF101;
}
</style>