Html Css Color HEX #EBF280 Texas

📋 copy color: '#EBF280'

red 235 ◦ green 242 ◦ blue 128

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

Shades of Texas #EBF280

Tints of Texas #EBF280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.16%

R = 38.84%
G = 40%
B = 21.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#EBF280 (or 0xEBF280) is known color: Texas. HEX triplet: EB, F2 and 80. RGB value is (235,242,128). Sum of RGB (Red+Green+Blue) = 235+242+128=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF280 is #140D7F. Grayscale: #E3E3E3. Windows color (decimal): -1314176 or 8450795. OLE color: 8450795.

HSL color Cylindrical-coordinate representation of color #EBF280: hue angle of 63.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBF280 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 128 -
CMYK 0.03 0 0.47 0.05
HSL 63.68º 0.81% 0.73% -
HSV(B) 63.68º 0.47% 0.95% -
XYZ 69.91 82.72 32.7 -
YUV 226.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 235 242 128 0.03 0 0.47 0.05 63.68 0.81 0.73
Hex EB F2 80 3 0 2F 5 40 51 49
Octal 353 362 200 3 0 57 5 100 121 111
Binary 11101011 11110010 10000000 11 0 101111 101 1000000 1010001 1001001

Color Harmonies of #EBF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF280

Black with #EBF280

Text Example


Text Example

White with #EBF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF280; }

 p { color: rgb(235,242,128); }

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

background-color css

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

 a { background-color: rgb(235,242,128); }

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

border-color css

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

 span { border-color: rgb(235,242,128); }

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