Html Css Color HEX #EFF084 Texas

📋 copy color: '#EFF084'

red 239 ◦ green 240 ◦ blue 132

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

Shades of Texas #EFF084

Tints of Texas #EFF084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.6%

R = 39.12%
G = 39.28%
B = 21.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFF084 (or 0xEFF084) is known color: Texas. HEX triplet: EF, F0 and 84. RGB value is (239,240,132). Sum of RGB (Red+Green+Blue) = 239+240+132=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF084 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF084 is #100F7B. Grayscale: #E3E3E3. Windows color (decimal): -1052540 or 8712431. OLE color: 8712431.

HSL color Cylindrical-coordinate representation of color #EFF084: hue angle of 60.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFF084 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 132 -
CMYK 0.00 0 0.45 0.06
HSL 60.56º 0.78% 0.73% -
HSV(B) 60.56º 0.45% 0.94% -
XYZ 70.92 82.34 33.98 -
YUV 227.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 239 240 132 0.00 0 0.45 0.06 60.56 0.78 0.73
Hex EF F0 84 0 0 2D 6 3D 4E 49
Octal 357 360 204 0 0 55 6 75 116 111
Binary 11101111 11110000 10000100 0 0 101101 110 111101 1001110 1001001

Color Harmonies of #EFF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF084

Black with #EFF084

Text Example


Text Example

White with #EFF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF084; }

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

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

background-color css

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

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

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

border-color css

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

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

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