Shades of Chartreuse Yellow #EAF30D
Tints of Chartreuse Yellow #EAF30D
RGB
CMYK
RGB Variations
Color information
#EAF30D (or 0xEAF30D) is known color: Chartreuse Yellow. HEX triplet: EA, F3 and 0D. RGB value is (234,243,13). Sum of RGB (Red+Green+Blue) = 234+243+13=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 13 (5.47% from 255 or 2.65% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF30D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF30D is #150CF2. Grayscale: #D7D7D7. Windows color (decimal): -1379571 or 914410. OLE color: 914410.
HSL color Cylindrical-coordinate representation of color #EAF30D: hue angle of 62.35º 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 #EAF30D is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 13 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.05 |
| HSL | 62.35º | 0.91% | 0.5% | - |
| HSV(B) | 62.35º | 0.95% | 0.95% | - |
| XYZ | 66.05 | 81.62 | 12.65 | - |
| YUV | 214.09 | 14.52 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 13 | 0.04 | 0 | 0.95 | 0.05 | 62.35 | 0.91 | 0.5 |
| Hex | EA | F3 | D | 4 | 0 | 5F | 5 | 3E | 5B | 32 |
| Octal | 352 | 363 | 15 | 4 | 0 | 137 | 5 | 76 | 133 | 62 |
| Binary | 11101010 | 11110011 | 1101 | 100 | 0 | 1011111 | 101 | 111110 | 1011011 | 110010 |
Color Harmonies of #EAF30D
Complementary color
Monochromatic Colors of #EAF30D
Black with #EAF30D
Text Example
Text Example
White with #EAF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF30D; }
p { color: rgb(234,243,13); }
H1.HeaderClassName
{
color: #EAF30D;
}
.AnyTagClassName
{
color: #EAF30D;
}
</style>
background-color css
<style>
a { background-color: #EAF30D; }
a { background-color: rgb(234,243,13); }
div.DivClassName
{
background-color: #EAF30D;
}
.BgClassName
{
background-color: #EAF30D;
}
</style>
border-color css
<style>
span { border-color: #EAF30D; }
span { border-color: rgb(234,243,13); }
td.TdClassName
{
border-color: #EAF30D;
}
.TagClassName
{
border-color: #EAF30D;
}
</style>