Html Css Color HEX #EDF280 Texas

📋 copy color: '#EDF280'

red 237 ◦ green 242 ◦ blue 128

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

Shades of Texas #EDF280

Tints of Texas #EDF280

RGB

 RED value IS 237 (92.97% from 255) = 39.04%

 GREEN value IS 242 (94.92% from 255) = 39.87%

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

R = 39.04%
G = 39.87%
B = 21.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#EDF280 (or 0xEDF280) is known color: Texas. HEX triplet: ED, F2 and 80. RGB value is (237,242,128). Sum of RGB (Red+Green+Blue) = 237+242+128=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF280 is #120D7F. Grayscale: #E3E3E3. Windows color (decimal): -1183104 or 8450797. OLE color: 8450797.

HSL color Cylindrical-coordinate representation of color #EDF280: hue angle of 62.63º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF280 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 128 -
CMYK 0.02 0 0.47 0.05
HSL 62.63º 0.81% 0.73% -
HSV(B) 62.63º 0.47% 0.95% -
XYZ 70.57 83.07 32.74 -
YUV 227.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 237 242 128 0.02 0 0.47 0.05 62.63 0.81 0.73
Hex ED F2 80 2 0 2F 5 3F 51 49
Octal 355 362 200 2 0 57 5 77 121 111
Binary 11101101 11110010 10000000 10 0 101111 101 111111 1010001 1001001

Color Harmonies of #EDF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF280

Black with #EDF280

Text Example


Text Example

White with #EDF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF280; }

 p { color: rgb(237,242,128); }

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

background-color css

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

 a { background-color: rgb(237,242,128); }

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

border-color css

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

 span { border-color: rgb(237,242,128); }

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