Shades of Texas #EFF37F
Tints of Texas #EFF37F
RGB
CMYK
RGB Variations
Color information
#EFF37F (or 0xEFF37F) is known color: Texas. HEX triplet: EF, F3 and 7F. RGB value is (239,243,127). Sum of RGB (Red+Green+Blue) = 239+243+127=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 127 (50% from 255 or 20.85% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF37F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF37F is #100C80. Grayscale: #E5E5E5. Windows color (decimal): -1051777 or 8385519. OLE color: 8385519.
HSL color Cylindrical-coordinate representation of color #EFF37F: hue angle of 62.07º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFF37F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 127 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.05 |
| HSL | 62.07º | 0.83% | 0.73% | - |
| HSV(B) | 62.07º | 0.48% | 0.95% | - |
| XYZ | 71.48 | 83.98 | 32.52 | - |
| YUV | 228.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 127 | 0.02 | 0 | 0.48 | 0.05 | 62.07 | 0.83 | 0.73 |
| Hex | EF | F3 | 7F | 2 | 0 | 30 | 5 | 3E | 53 | 49 |
| Octal | 357 | 363 | 177 | 2 | 0 | 60 | 5 | 76 | 123 | 111 |
| Binary | 11101111 | 11110011 | 1111111 | 10 | 0 | 110000 | 101 | 111110 | 1010011 | 1001001 |
Color Harmonies of #EFF37F
Complementary color
Monochromatic Colors of #EFF37F
Black with #EFF37F
Text Example
Text Example
White with #EFF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF37F; }
p { color: rgb(239,243,127); }
H1.HeaderClassName
{
color: #EFF37F;
}
.AnyTagClassName
{
color: #EFF37F;
}
</style>
background-color css
<style>
a { background-color: #EFF37F; }
a { background-color: rgb(239,243,127); }
div.DivClassName
{
background-color: #EFF37F;
}
.BgClassName
{
background-color: #EFF37F;
}
</style>
border-color css
<style>
span { border-color: #EFF37F; }
span { border-color: rgb(239,243,127); }
td.TdClassName
{
border-color: #EFF37F;
}
.TagClassName
{
border-color: #EFF37F;
}
</style>