Shades of Texas #EFF17E
Tints of Texas #EFF17E
RGB
CMYK
RGB Variations
Color information
#EFF17E (or 0xEFF17E) is known color: Texas. HEX triplet: EF, F1 and 7E. RGB value is (239,241,126). Sum of RGB (Red+Green+Blue) = 239+241+126=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF17E is #100E81. Grayscale: #E3E3E3. Windows color (decimal): -1052290 or 8319471. OLE color: 8319471.
HSL color Cylindrical-coordinate representation of color #EFF17E: hue angle of 61.04º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFF17E is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 126 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.05 |
| HSL | 61.04º | 0.8% | 0.72% | - |
| HSV(B) | 61.04º | 0.48% | 0.95% | - |
| XYZ | 70.82 | 82.77 | 31.98 | - |
| YUV | 227.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 126 | 0.01 | 0 | 0.48 | 0.05 | 61.04 | 0.8 | 0.72 |
| Hex | EF | F1 | 7E | 1 | 0 | 30 | 5 | 3D | 50 | 48 |
| Octal | 357 | 361 | 176 | 1 | 0 | 60 | 5 | 75 | 120 | 110 |
| Binary | 11101111 | 11110001 | 1111110 | 1 | 0 | 110000 | 101 | 111101 | 1010000 | 1001000 |
Color Harmonies of #EFF17E
Complementary color
Monochromatic Colors of #EFF17E
Black with #EFF17E
Text Example
Text Example
White with #EFF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF17E; }
p { color: rgb(239,241,126); }
H1.HeaderClassName
{
color: #EFF17E;
}
.AnyTagClassName
{
color: #EFF17E;
}
</style>
background-color css
<style>
a { background-color: #EFF17E; }
a { background-color: rgb(239,241,126); }
div.DivClassName
{
background-color: #EFF17E;
}
.BgClassName
{
background-color: #EFF17E;
}
</style>
border-color css
<style>
span { border-color: #EFF17E; }
span { border-color: rgb(239,241,126); }
td.TdClassName
{
border-color: #EFF17E;
}
.TagClassName
{
border-color: #EFF17E;
}
</style>