Html Css Color HEX #EFF27F Texas

📋 copy color: '#EFF27F'

red 239 ◦ green 242 ◦ blue 127

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

Shades of Texas #EFF27F

Tints of Texas #EFF27F

RGB

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

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

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

R = 39.31%
G = 39.8%
B = 20.89%

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

#EFF27F (or 0xEFF27F) is known color: Texas. HEX triplet: EF, F2 and 7F. RGB value is (239,242,127). Sum of RGB (Red+Green+Blue) = 239+242+127=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 127 (50% from 255 or 20.89% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF27F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF27F is #100D80. Grayscale: #E4E4E4. Windows color (decimal): -1052033 or 8385263. OLE color: 8385263.

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

Color convert

RGB 239 242 127 -
CMYK 0.01 0 0.48 0.05
HSL 61.57º 0.82% 0.72% -
HSV(B) 61.57º 0.48% 0.95% -
XYZ 71.18 83.39 32.42 -
YUV 227.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 239 242 127 0.01 0 0.48 0.05 61.57 0.82 0.72
Hex EF F2 7F 1 0 30 5 3E 52 48
Octal 357 362 177 1 0 60 5 76 122 110
Binary 11101111 11110010 1111111 1 0 110000 101 111110 1010010 1001000

Color Harmonies of #EFF27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF27F

Black with #EFF27F

Text Example


Text Example

White with #EFF27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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