#EAFB7D

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

Shades of Tidal #EAFB7D

Tints of Tidal #EAFB7D

Color information

#EAFB7D (or 0xEAFB7D) is unknown color: approx Tidal. HEX triplet: EA, FB and 7D. RGB value is (234,251,125). Sum of RGB (Red+Green+Blue) = 234+251+125=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 125 (49.22% from 255 or 20.49% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFB7D is #150482. Grayscale: #E8E8E8. Windows color (decimal): -1377411 or 8256490. OLE color: 8256490.

HSL color Cylindrical-coordinate representation of color #EAFB7D: hue angle of 68.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAFB7D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB234251125-
CMYK0.0700.500.02
HSL68.1º94.03%73.73%-
HSV(B)68.1º50.2%98.43%-
XYZ72.1387.9732.58-
YUV231.5567.87129.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 125 (49.22% from 255) = 20.49%
R=38.36%
G=41.15%
B=20.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511250.0700.500.0268.194.0373.73
HexEAFB7D70322445e4a
Octal35237317570622104136112
Binary11101010111110111111101111011001010100010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB7D; }

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

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

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

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

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

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

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

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