Html Css Color HEX #E6F27E Texas

📋 copy color: '#E6F27E'

red 230 ◦ green 242 ◦ blue 126

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

Shades of Texas #E6F27E

Tints of Texas #E6F27E

RGB

 RED value IS 230 (90.23% from 255) = 38.46%

 GREEN value IS 242 (94.92% from 255) = 40.47%

 BLUE value IS 126 (49.61% from 255) = 21.07%

R = 38.46%
G = 40.47%
B = 21.07%

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

#E6F27E (or 0xE6F27E) is known color: Texas. HEX triplet: E6, F2 and 7E. RGB value is (230,242,126). Sum of RGB (Red+Green+Blue) = 230+242+126=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 126 (49.61% from 255 or 21.07% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F27E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F27E is #190D81. Grayscale: #E1E1E1. Windows color (decimal): -1641858 or 8319718. OLE color: 8319718.

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

Color convert

RGB 230 242 126 -
CMYK 0.05 0 0.48 0.05
HSL 66.21º 0.82% 0.72% -
HSV(B) 66.21º 0.48% 0.95% -
XYZ 68.15 81.83 31.94 -
YUV 225.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 230 242 126 0.05 0 0.48 0.05 66.21 0.82 0.72
Hex E6 F2 7E 5 0 30 5 42 52 48
Octal 346 362 176 5 0 60 5 102 122 110
Binary 11100110 11110010 1111110 101 0 110000 101 1000010 1010010 1001000

Color Harmonies of #E6F27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F27E

Black with #E6F27E

Text Example


Text Example

White with #E6F27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F27E; }

 p { color: rgb(230,242,126); }

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

background-color css

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

 a { background-color: rgb(230,242,126); }

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

border-color css

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

 span { border-color: rgb(230,242,126); }

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