Shades of Chartreuse Yellow #EDEE00
Tints of Chartreuse Yellow #EDEE00
RGB
CMYK
RGB Variations
Color information
#EDEE00 (or 0xEDEE00) is known color: Chartreuse Yellow. HEX triplet: ED, EE and 00. RGB value is (237,238,0). Sum of RGB (Red+Green+Blue) = 237+238+0=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEE00 is #1211FF. Grayscale: #D3D3D3. Windows color (decimal): -1184256 or 61165. OLE color: 61165.
HSL color Cylindrical-coordinate representation of color #EDEE00: hue angle of 60.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDEE00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.07 |
| HSL | 60.25º | 1% | 0.47% | - |
| HSV(B) | 60.25º | 1% | 0.93% | - |
| XYZ | 65.5 | 79.15 | 11.83 | - |
| YUV | 210.57 | 9.17 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 0 | 0.00 | 0 | 1 | 0.07 | 60.25 | 1 | 0.47 |
| Hex | ED | EE | 0 | 0 | 0 | 64 | 7 | 3C | 64 | 2F |
| Octal | 355 | 356 | 0 | 0 | 0 | 144 | 7 | 74 | 144 | 57 |
| Binary | 11101101 | 11101110 | 0 | 0 | 0 | 1100100 | 111 | 111100 | 1100100 | 101111 |
Color Harmonies of #EDEE00
Complementary color
Monochromatic Colors of #EDEE00
Black with #EDEE00
Text Example
Text Example
White with #EDEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEE00; }
p { color: rgb(237,238,0); }
H1.HeaderClassName
{
color: #EDEE00;
}
.AnyTagClassName
{
color: #EDEE00;
}
</style>
background-color css
<style>
a { background-color: #EDEE00; }
a { background-color: rgb(237,238,0); }
div.DivClassName
{
background-color: #EDEE00;
}
.BgClassName
{
background-color: #EDEE00;
}
</style>
border-color css
<style>
span { border-color: #EDEE00; }
span { border-color: rgb(237,238,0); }
td.TdClassName
{
border-color: #EDEE00;
}
.TagClassName
{
border-color: #EDEE00;
}
</style>