Html Css Color HEX #EFF07F Texas

📋 copy color: '#EFF07F'

red 239 ◦ green 240 ◦ blue 127

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

Shades of Texas #EFF07F

Tints of Texas #EFF07F

RGB

 RED value IS 239 (93.75% from 255) = 39.44%

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

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

R = 39.44%
G = 39.6%
B = 20.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFF07F (or 0xEFF07F) is known color: Texas. HEX triplet: EF, F0 and 7F. RGB value is (239,240,127). Sum of RGB (Red+Green+Blue) = 239+240+127=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 127 (50% from 255 or 20.96% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF07F is #100F80. Grayscale: #E3E3E3. Windows color (decimal): -1052545 or 8384751. OLE color: 8384751.

HSL color Cylindrical-coordinate representation of color #EFF07F: hue angle of 60.53º 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 #EFF07F is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 127 -
CMYK 0.00 0 0.47 0.06
HSL 60.53º 0.79% 0.72% -
HSV(B) 60.53º 0.47% 0.94% -
XYZ 70.59 82.2 32.23 -
YUV 226.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 239 240 127 0.00 0 0.47 0.06 60.53 0.79 0.72
Hex EF F0 7F 0 0 2F 6 3D 4F 48
Octal 357 360 177 0 0 57 6 75 117 110
Binary 11101111 11110000 1111111 0 0 101111 110 111101 1001111 1001000

Color Harmonies of #EFF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF07F

Black with #EFF07F

Text Example


Text Example

White with #EFF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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