Html Css Color HEX #DEE682 Texas

📋 copy color: '#DEE682'

red 222 ◦ green 230 ◦ blue 130

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

Shades of Texas #DEE682

Tints of Texas #DEE682

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.52%

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 38.14%
G = 39.52%
B = 22.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#DEE682 (or 0xDEE682) is known color: Texas. HEX triplet: DE, E6 and 82. RGB value is (222,230,130). Sum of RGB (Red+Green+Blue) = 222+230+130=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE682 is #21197D. Grayscale: #D8D8D8. Windows color (decimal): -2169214 or 8578782. OLE color: 8578782.

HSL color Cylindrical-coordinate representation of color #DEE682: hue angle of 64.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEE682 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 230 130 -
CMYK 0.03 0 0.43 0.10
HSL 64.8º 0.67% 0.71% -
HSV(B) 64.8º 0.43% 0.9% -
XYZ 62.45 73.73 32.06 -
YUV 216.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 222 230 130 0.03 0 0.43 0.10 64.8 0.67 0.71
Hex DE E6 82 3 0 2B A 41 43 47
Octal 336 346 202 3 0 53 12 101 103 107
Binary 11011110 11100110 10000010 11 0 101011 1010 1000001 1000011 1000111

Color Harmonies of #DEE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE682

Black with #DEE682

Text Example


Text Example

White with #DEE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE682; }

 p { color: rgb(222,230,130); }

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

background-color css

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

 a { background-color: rgb(222,230,130); }

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

border-color css

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

 span { border-color: rgb(222,230,130); }

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