Html Css Color HEX #EDF17E Texas

📋 copy color: '#EDF17E'

red 237 ◦ green 241 ◦ blue 126

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

Shades of Texas #EDF17E

Tints of Texas #EDF17E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.9%

 BLUE value IS 126 (49.61% from 255) = 20.86%

R = 39.24%
G = 39.9%
B = 20.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#EDF17E (or 0xEDF17E) is known color: Texas. HEX triplet: ED, F1 and 7E. RGB value is (237,241,126). Sum of RGB (Red+Green+Blue) = 237+241+126=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF17E is #120E81. Grayscale: #E3E3E3. Windows color (decimal): -1183362 or 8319469. OLE color: 8319469.

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

Color convert

RGB 237 241 126 -
CMYK 0.02 0 0.48 0.05
HSL 62.09º 0.8% 0.72% -
HSV(B) 62.09º 0.48% 0.95% -
XYZ 70.15 82.42 31.95 -
YUV 226.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 237 241 126 0.02 0 0.48 0.05 62.09 0.8 0.72
Hex ED F1 7E 2 0 30 5 3E 50 48
Octal 355 361 176 2 0 60 5 76 120 110
Binary 11101101 11110001 1111110 10 0 110000 101 111110 1010000 1001000

Color Harmonies of #EDF17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF17E

Black with #EDF17E

Text Example


Text Example

White with #EDF17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF17E; }

 p { color: rgb(237,241,126); }

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

background-color css

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

 a { background-color: rgb(237,241,126); }

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

border-color css

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

 span { border-color: rgb(237,241,126); }

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