Html Css Color HEX #EDF07F Texas

📋 copy color: '#EDF07F'

red 237 ◦ green 240 ◦ blue 127

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

Shades of Texas #EDF07F

Tints of Texas #EDF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.74%

 BLUE value IS 127 (50% from 255) = 21.03%

R = 39.24%
G = 39.74%
B = 21.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EDF07F (or 0xEDF07F) is known color: Texas. HEX triplet: ED, F0 and 7F. RGB value is (237,240,127). Sum of RGB (Red+Green+Blue) = 237+240+127=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF07F is #120F80. Grayscale: #E2E2E2. Windows color (decimal): -1183617 or 8384749. OLE color: 8384749.

HSL color Cylindrical-coordinate representation of color #EDF07F: hue angle of 61.59º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF07F is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 127 -
CMYK 0.01 0 0.47 0.06
HSL 61.59º 0.79% 0.72% -
HSV(B) 61.59º 0.47% 0.94% -
XYZ 69.92 81.86 32.19 -
YUV 226.22 72.01 135.69 -
System Red Green Blue C M Y K H S L
Decimal 237 240 127 0.01 0 0.47 0.06 61.59 0.79 0.72
Hex ED F0 7F 1 0 2F 6 3E 4F 48
Octal 355 360 177 1 0 57 6 76 117 110
Binary 11101101 11110000 1111111 1 0 101111 110 111110 1001111 1001000

Color Harmonies of #EDF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF07F

Black with #EDF07F

Text Example


Text Example

White with #EDF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF07F; }

 p { color: rgb(237,240,127); }

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

background-color css

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

 a { background-color: rgb(237,240,127); }

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

border-color css

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

 span { border-color: rgb(237,240,127); }

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