#DFE282

Color #DFE282 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #DFE282

Tints of Texas #DFE282

Color information

#DFE282 (or 0xDFE282) is unknown color: approx Texas. HEX triplet: DF, E2 and 82. RGB value is (223,226,130). Sum of RGB (Red+Green+Blue) = 223+226+130=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE282 is #201D7D. Grayscale: #D6D6D6. Windows color (decimal): -2104702 or 8577759. OLE color: 8577759.

HSL color Cylindrical-coordinate representation of color #DFE282: hue angle of 61.88º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE282 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB223226130-
CMYK0.0100.420.11
HSL61.88º62.34%69.8%-
HSV(B)61.88º42.48%88.63%-
XYZ61.6671.6931.71-
YUV214.1680.51134.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 226 (88.67% from 255) = 39.03%
BLUE value IS 130 (51.17% from 255) = 22.45%
R=38.51%
G=39.03%
B=22.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261300.0100.420.1161.8862.3469.8
HexDFE282102AB3e3e46
Octal3373422021052137676106
Binary1101111111100010100000101010101010111111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE282; }

 p { color: rgb(223,226,130); }

 H1.HeaderClassName
 {
   color: #DFE282;
 }
 .AnyTagClassName
 {
   color: #DFE282;
 }
</style>
background-color css

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

 a { background-color: rgb(223,226,130); }

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

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

 span { border-color: rgb(223,226,130); }

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