Html Css Color HEX #E5F17D Texas

📋 copy color: '#E5F17D'

red 229 ◦ green 241 ◦ blue 125

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

Shades of Texas #E5F17D

Tints of Texas #E5F17D

RGB

 RED value IS 229 (89.84% from 255) = 38.49%

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

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

R = 38.49%
G = 40.5%
B = 21.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#E5F17D (or 0xE5F17D) is known color: Texas. HEX triplet: E5, F1 and 7D. RGB value is (229,241,125). Sum of RGB (Red+Green+Blue) = 229+241+125=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F17D is #1A0E82. Grayscale: #E0E0E0. Windows color (decimal): -1707651 or 8253925. OLE color: 8253925.

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

Color convert

RGB 229 241 125 -
CMYK 0.05 0 0.48 0.05
HSL 66.21º 0.81% 0.72% -
HSV(B) 66.21º 0.48% 0.95% -
XYZ 67.47 81.05 31.49 -
YUV 224.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 229 241 125 0.05 0 0.48 0.05 66.21 0.81 0.72
Hex E5 F1 7D 5 0 30 5 42 51 48
Octal 345 361 175 5 0 60 5 102 121 110
Binary 11100101 11110001 1111101 101 0 110000 101 1000010 1010001 1001000

Color Harmonies of #E5F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F17D

Black with #E5F17D

Text Example


Text Example

White with #E5F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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