Html Css Color HEX #EFF17D Texas

📋 copy color: '#EFF17D'

red 239 ◦ green 241 ◦ blue 125

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

Shades of Texas #EFF17D

Tints of Texas #EFF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.66%

R = 39.5%
G = 39.83%
B = 20.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#EFF17D (or 0xEFF17D) is known color: Texas. HEX triplet: EF, F1 and 7D. RGB value is (239,241,125). Sum of RGB (Red+Green+Blue) = 239+241+125=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF17D is #100E82. Grayscale: #E3E3E3. Windows color (decimal): -1052291 or 8253935. OLE color: 8253935.

HSL color Cylindrical-coordinate representation of color #EFF17D: hue angle of 61.03º degrees, saturation: 0.81, 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 #EFF17D is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 241 125 -
CMYK 0.01 0 0.48 0.05
HSL 61.03º 0.81% 0.72% -
HSV(B) 61.03º 0.48% 0.95% -
XYZ 70.75 82.74 31.64 -
YUV 227.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 239 241 125 0.01 0 0.48 0.05 61.03 0.81 0.72
Hex EF F1 7D 1 0 30 5 3D 51 48
Octal 357 361 175 1 0 60 5 75 121 110
Binary 11101111 11110001 1111101 1 0 110000 101 111101 1010001 1001000

Color Harmonies of #EFF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF17D

Black with #EFF17D

Text Example


Text Example

White with #EFF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF17D; }

 p { color: rgb(239,241,125); }

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

background-color css

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

 a { background-color: rgb(239,241,125); }

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

border-color css

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

 span { border-color: rgb(239,241,125); }

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