Html Css Color HEX #EAFD7E Tidal

📋 copy color: '#EAFD7E'

red 234 ◦ green 253 ◦ blue 126

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

Shades of Tidal #EAFD7E

Tints of Tidal #EAFD7E

RGB

 RED value IS 234 (91.8% 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 value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#EAFD7E (or 0xEAFD7E) is known color: 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

RGB 234 253 126 -
CMYK 0.08 0 0.50 0.01
HSL 68.98º 0.97% 0.74% -
HSV(B) 68.98º 0.5% 0.99% -
XYZ 72.82 89.25 33.13 -
YUV 232.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 234 253 126 0.08 0 0.50 0.01 68.98 0.97 0.74
Hex EA FD 7E 8 0 32 1 45 61 4A
Octal 352 375 176 10 0 62 1 105 141 112
Binary 11101010 11111101 1111110 1000 0 110010 1 1000101 1100001 1001010

Color Harmonies of #EAFD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD7E

Black with #EAFD7E

Text Example


Text Example

White with #EAFD7E

Text Example


Text Example

HTML Codes & Css Web 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>