Html Css Color HEX #EAFF7D Tidal

📋 copy color: '#EAFF7D'

red 234 ◦ green 255 ◦ blue 125

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

Shades of Tidal #EAFF7D

Tints of Tidal #EAFF7D

RGB

 RED value IS 234 (91.8% from 255) = 38.11%

 GREEN value IS 255 (100% from 255) = 41.53%

 BLUE value IS 125 (49.22% from 255) = 20.36%

R = 38.11%
G = 41.53%
B = 20.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#EAFF7D (or 0xEAFF7D) is known color: Tidal. HEX triplet: EA, FF and 7D. RGB value is (234,255,125). Sum of RGB (Red+Green+Blue) = 234+255+125=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 125 (49.22% from 255 or 20.36% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFF7D is #150082. Grayscale: #EAEAEA. Windows color (decimal): -1376387 or 8257514. OLE color: 8257514.

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

Color convert

RGB 234 255 125 -
CMYK 0.08 0 0.51 0
HSL 69.69º 1% 0.75% -
HSV(B) 69.69º 0.51% 1% -
XYZ 73.39 90.49 33 -
YUV 233.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 234 255 125 0.08 0 0.51 0 69.69 1 0.75
Hex EA FF 7D 8 0 33 0 46 64 4B
Octal 352 377 175 10 0 63 0 106 144 113
Binary 11101010 11111111 1111101 1000 0 110011 0 1000110 1100100 1001011

Color Harmonies of #EAFF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF7D

Black with #EAFF7D

Text Example


Text Example

White with #EAFF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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