Shades of Texas #E6F27F
Tints of Texas #E6F27F
RGB
CMYK
RGB Variations
Color information
#E6F27F (or 0xE6F27F) is known color: Texas. HEX triplet: E6, F2 and 7F. RGB value is (230,242,127). Sum of RGB (Red+Green+Blue) = 230+242+127=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 127 (50% from 255 or 21.20% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F27F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F27F is #190D80. Grayscale: #E1E1E1. Windows color (decimal): -1641857 or 8385254. OLE color: 8385254.
HSL color Cylindrical-coordinate representation of color #E6F27F: hue angle of 66.26º degrees, saturation: 0.82, 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 #E6F27F is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 127 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.05 |
| HSL | 66.26º | 0.82% | 0.72% | - |
| HSV(B) | 66.26º | 0.48% | 0.95% | - |
| XYZ | 68.22 | 81.86 | 32.28 | - |
| YUV | 225.3 | 72.52 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 127 | 0.05 | 0 | 0.48 | 0.05 | 66.26 | 0.82 | 0.72 |
| Hex | E6 | F2 | 7F | 5 | 0 | 30 | 5 | 42 | 52 | 48 |
| Octal | 346 | 362 | 177 | 5 | 0 | 60 | 5 | 102 | 122 | 110 |
| Binary | 11100110 | 11110010 | 1111111 | 101 | 0 | 110000 | 101 | 1000010 | 1010010 | 1001000 |
Color Harmonies of #E6F27F
Complementary color
Monochromatic Colors of #E6F27F
Black with #E6F27F
Text Example
Text Example
White with #E6F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F27F; }
p { color: rgb(230,242,127); }
H1.HeaderClassName
{
color: #E6F27F;
}
.AnyTagClassName
{
color: #E6F27F;
}
</style>
background-color css
<style>
a { background-color: #E6F27F; }
a { background-color: rgb(230,242,127); }
div.DivClassName
{
background-color: #E6F27F;
}
.BgClassName
{
background-color: #E6F27F;
}
</style>
border-color css
<style>
span { border-color: #E6F27F; }
span { border-color: rgb(230,242,127); }
td.TdClassName
{
border-color: #E6F27F;
}
.TagClassName
{
border-color: #E6F27F;
}
</style>