Html Css Color HEX #DEE180 Texas

📋 copy color: '#DEE180'

red 222 ◦ green 225 ◦ blue 128

#DEE180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #DEE180

Tints of Texas #DEE180

RGB

 RED value IS 222 (87.11% from 255) = 38.61%

 GREEN value IS 225 (88.28% from 255) = 39.13%

 BLUE value IS 128 (50.39% from 255) = 22.26%

R = 38.61%
G = 39.13%
B = 22.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DEE180 (or 0xDEE180) is known color: Texas. HEX triplet: DE, E1 and 80. RGB value is (222,225,128). Sum of RGB (Red+Green+Blue) = 222+225+128=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE180 is #211E7F. Grayscale: #D5D5D5. Windows color (decimal): -2170496 or 8446430. OLE color: 8446430.

HSL color Cylindrical-coordinate representation of color #DEE180: hue angle of 61.86º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEE180 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 128 -
CMYK 0.01 0 0.43 0.12
HSL 61.86º 0.62% 0.69% -
HSV(B) 61.86º 0.43% 0.88% -
XYZ 60.95 70.94 30.9 -
YUV 213.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 222 225 128 0.01 0 0.43 0.12 61.86 0.62 0.69
Hex DE E1 80 1 0 2B C 3E 3E 45
Octal 336 341 200 1 0 53 14 76 76 105
Binary 11011110 11100001 10000000 1 0 101011 1100 111110 111110 1000101

Color Harmonies of #DEE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE180

Black with #DEE180

Text Example


Text Example

White with #DEE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE180; }

 p { color: rgb(222,225,128); }

 H1.HeaderClassName
 {
   color: #DEE180;
 }
 .AnyTagClassName
 {
   color: #DEE180;
 }
</style>

background-color css

<style>
 a { background-color: #DEE180; }

 a { background-color: rgb(222,225,128); }

 div.DivClassName
 {
   background-color: #DEE180;
 }
 .BgClassName
 {
   background-color: #DEE180;
 }
</style>

border-color css

<style>
 span { border-color: #DEE180; }

 span { border-color: rgb(222,225,128); }

 td.TdClassName
 {
   border-color: #DEE180;
 }
 .TagClassName
 {
   border-color: #DEE180;
 }
</style>