Html Css Color HEX #EAFC7D Tidal

📋 copy color: '#EAFC7D'

red 234 ◦ green 252 ◦ blue 125

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

Shades of Tidal #EAFC7D

Tints of Tidal #EAFC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.24%

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

R = 38.3%
G = 41.24%
B = 20.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#EAFC7D (or 0xEAFC7D) is known color: Tidal. HEX triplet: EA, FC and 7D. RGB value is (234,252,125). Sum of RGB (Red+Green+Blue) = 234+252+125=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 125 (49.22% from 255 or 20.46% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFC7D is #150382. Grayscale: #E8E8E8. Windows color (decimal): -1377155 or 8256746. OLE color: 8256746.

HSL color Cylindrical-coordinate representation of color #EAFC7D: hue angle of 68.5º degrees, saturation: 0.95, 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 #EAFC7D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 252 125 -
CMYK 0.07 0 0.50 0.01
HSL 68.5º 0.95% 0.74% -
HSV(B) 68.5º 0.5% 0.99% -
XYZ 72.44 88.59 32.68 -
YUV 232.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 234 252 125 0.07 0 0.50 0.01 68.5 0.95 0.74
Hex EA FC 7D 7 0 32 1 45 5F 4A
Octal 352 374 175 7 0 62 1 105 137 112
Binary 11101010 11111100 1111101 111 0 110010 1 1000101 1011111 1001010

Color Harmonies of #EAFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFC7D

Black with #EAFC7D

Text Example


Text Example

White with #EAFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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