Html Css Color HEX #EBF07F Texas

📋 copy color: '#EBF07F'

red 235 ◦ green 240 ◦ blue 127

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

Shades of Texas #EBF07F

Tints of Texas #EBF07F

RGB

 RED value IS 235 (92.19% from 255) = 39.04%

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

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

R = 39.04%
G = 39.87%
B = 21.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EBF07F (or 0xEBF07F) is known color: Texas. HEX triplet: EB, F0 and 7F. RGB value is (235,240,127). Sum of RGB (Red+Green+Blue) = 235+240+127=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF07F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF07F is #140F80. Grayscale: #E2E2E2. Windows color (decimal): -1314689 or 8384747. OLE color: 8384747.

HSL color Cylindrical-coordinate representation of color #EBF07F: hue angle of 62.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBF07F is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 127 -
CMYK 0.02 0 0.47 0.06
HSL 62.65º 0.79% 0.72% -
HSV(B) 62.65º 0.47% 0.94% -
XYZ 69.25 81.51 32.16 -
YUV 225.62 72.34 134.69 -
System Red Green Blue C M Y K H S L
Decimal 235 240 127 0.02 0 0.47 0.06 62.65 0.79 0.72
Hex EB F0 7F 2 0 2F 6 3F 4F 48
Octal 353 360 177 2 0 57 6 77 117 110
Binary 11101011 11110000 1111111 10 0 101111 110 111111 1001111 1001000

Color Harmonies of #EBF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF07F

Black with #EBF07F

Text Example


Text Example

White with #EBF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF07F; }

 p { color: rgb(235,240,127); }

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

background-color css

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

 a { background-color: rgb(235,240,127); }

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

border-color css

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

 span { border-color: rgb(235,240,127); }

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