#EAFF7F

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

Shades of Tidal #EAFF7F

Tints of Tidal #EAFF7F

Color information

#EAFF7F (or 0xEAFF7F) is unknown color: approx Tidal. HEX triplet: EA, FF and 7F. RGB value is (234,255,127). Sum of RGB (Red+Green+Blue) = 234+255+127=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 127 (50% from 255 or 20.62% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFF7F is #150080. Grayscale: #EAEAEA. Windows color (decimal): -1376385 or 8388586. OLE color: 8388586.

HSL color Cylindrical-coordinate representation of color #EAFF7F: hue angle of 69.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAFF7F is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB234255127-
CMYK0.0800.500
HSL69.84º100%74.9%-
HSV(B)69.84º50.2%100%-
XYZ73.5290.5433.68-
YUV234.1367.54127.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 127 (50% from 255) = 20.62%
R=37.99%
G=41.40%
B=20.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551270.0800.50069.8410074.9
HexEAFF7F8032046644b
Octal352377177100620106144113
Binary11101010111111111111111100001100100100011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF7F; }

 p { color: rgb(234,255,127); }

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

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

 a { background-color: rgb(234,255,127); }

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

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

 span { border-color: rgb(234,255,127); }

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