#EBF27F

Color #EBF27F Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EBF27F

Tints of Texas #EBF27F

Color information

#EBF27F (or 0xEBF27F) is unknown color: approx Texas. HEX triplet: EB, F2 and 7F. RGB value is (235,242,127). Sum of RGB (Red+Green+Blue) = 235+242+127=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF27F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF27F is #140D80. Grayscale: #E3E3E3. Windows color (decimal): -1314177 or 8385259. OLE color: 8385259.

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

Color convert

RGB235242127-
CMYK0.0300.480.05
HSL63.65º81.56%72.35%-
HSV(B)63.65º47.52%94.9%-
XYZ69.8482.732.36-
YUV226.871.68133.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 127 (50% from 255) = 21.03%
R=38.91%
G=40.07%
B=21.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421270.0300.480.0563.6581.5672.35
HexEBF27F30305405248
Octal35336217730605100122110
Binary11101011111100101111111110110000101100000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF27F; }

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

 H1.HeaderClassName
 {
   color: #EBF27F;
 }
 .AnyTagClassName
 {
   color: #EBF27F;
 }
</style>
background-color css

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

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

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

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

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

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