#EAFD7E

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

Shades of Tidal #EAFD7E

Tints of Tidal #EAFD7E

Color information

#EAFD7E (or 0xEAFD7E) is unknown color: approx Tidal. HEX triplet: EA, FD and 7E. RGB value is (234,253,126). Sum of RGB (Red+Green+Blue) = 234+253+126=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 126 (49.61% from 255 or 20.55% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFD7E is #150281. Grayscale: #E9E9E9. Windows color (decimal): -1376898 or 8322538. OLE color: 8322538.

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

Color convert

RGB234253126-
CMYK0.0800.500.01
HSL68.98º96.95%74.31%-
HSV(B)68.98º50.2%99.22%-
XYZ72.8289.2533.13-
YUV232.8467.71128.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 126 (49.61% from 255) = 20.55%
R=38.17%
G=41.27%
B=20.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531260.0800.500.0168.9896.9574.31
HexEAFD7E8032145614a
Octal352375176100621105141112
Binary11101010111111011111110100001100101100010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFD7E; }

 p { color: rgb(234,253,126); }

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

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

 a { background-color: rgb(234,253,126); }

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

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

 span { border-color: rgb(234,253,126); }

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