Shades of Texas #DEE37E
Tints of Texas #DEE37E
RGB
CMYK
RGB Variations
Color information
#DEE37E (or 0xDEE37E) is known color: Texas. HEX triplet: DE, E3 and 7E. RGB value is (222,227,126). Sum of RGB (Red+Green+Blue) = 222+227+126=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE37E is #211C81. Grayscale: #D6D6D6. Windows color (decimal): -2169986 or 8315870. OLE color: 8315870.
HSL color Cylindrical-coordinate representation of color #DEE37E: hue angle of 62.97º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEE37E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 126 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.11 |
| HSL | 62.97º | 0.64% | 0.69% | - |
| HSV(B) | 62.97º | 0.44% | 0.89% | - |
| XYZ | 61.36 | 71.97 | 30.4 | - |
| YUV | 213.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 126 | 0.02 | 0 | 0.44 | 0.11 | 62.97 | 0.64 | 0.69 |
| Hex | DE | E3 | 7E | 2 | 0 | 2C | B | 3F | 40 | 45 |
| Octal | 336 | 343 | 176 | 2 | 0 | 54 | 13 | 77 | 100 | 105 |
| Binary | 11011110 | 11100011 | 1111110 | 10 | 0 | 101100 | 1011 | 111111 | 1000000 | 1000101 |
Color Harmonies of #DEE37E
Complementary color
Monochromatic Colors of #DEE37E
Black with #DEE37E
Text Example
Text Example
White with #DEE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE37E; }
p { color: rgb(222,227,126); }
H1.HeaderClassName
{
color: #DEE37E;
}
.AnyTagClassName
{
color: #DEE37E;
}
</style>
background-color css
<style>
a { background-color: #DEE37E; }
a { background-color: rgb(222,227,126); }
div.DivClassName
{
background-color: #DEE37E;
}
.BgClassName
{
background-color: #DEE37E;
}
</style>
border-color css
<style>
span { border-color: #DEE37E; }
span { border-color: rgb(222,227,126); }
td.TdClassName
{
border-color: #DEE37E;
}
.TagClassName
{
border-color: #DEE37E;
}
</style>