Shades of Texas #EFF17F
Tints of Texas #EFF17F
RGB
CMYK
RGB Variations
Color information
#EFF17F (or 0xEFF17F) is known color: Texas. HEX triplet: EF, F1 and 7F. RGB value is (239,241,127). Sum of RGB (Red+Green+Blue) = 239+241+127=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF17F is #100E80. Grayscale: #E3E3E3. Windows color (decimal): -1052289 or 8385007. OLE color: 8385007.
HSL color Cylindrical-coordinate representation of color #EFF17F: hue angle of 61.05º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFF17F is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 127 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.05 |
| HSL | 61.05º | 0.8% | 0.72% | - |
| HSV(B) | 61.05º | 0.47% | 0.95% | - |
| XYZ | 70.88 | 82.79 | 32.32 | - |
| YUV | 227.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 127 | 0.01 | 0 | 0.47 | 0.05 | 61.05 | 0.8 | 0.72 |
| Hex | EF | F1 | 7F | 1 | 0 | 2F | 5 | 3D | 50 | 48 |
| Octal | 357 | 361 | 177 | 1 | 0 | 57 | 5 | 75 | 120 | 110 |
| Binary | 11101111 | 11110001 | 1111111 | 1 | 0 | 101111 | 101 | 111101 | 1010000 | 1001000 |
Color Harmonies of #EFF17F
Complementary color
Monochromatic Colors of #EFF17F
Black with #EFF17F
Text Example
Text Example
White with #EFF17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF17F; }
p { color: rgb(239,241,127); }
H1.HeaderClassName
{
color: #EFF17F;
}
.AnyTagClassName
{
color: #EFF17F;
}
</style>
background-color css
<style>
a { background-color: #EFF17F; }
a { background-color: rgb(239,241,127); }
div.DivClassName
{
background-color: #EFF17F;
}
.BgClassName
{
background-color: #EFF17F;
}
</style>
border-color css
<style>
span { border-color: #EFF17F; }
span { border-color: rgb(239,241,127); }
td.TdClassName
{
border-color: #EFF17F;
}
.TagClassName
{
border-color: #EFF17F;
}
</style>