#EFFD7F

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

Shades of Tidal #EFFD7F

Tints of Tidal #EFFD7F

Color information

#EFFD7F (or 0xEFFD7F) is unknown color: approx Tidal. HEX triplet: EF, FD and 7F. RGB value is (239,253,127). Sum of RGB (Red+Green+Blue) = 239+253+127=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 127 (50% from 255 or 20.52% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD7F is #100280. Grayscale: #EAEAEA. Windows color (decimal): -1049217 or 8388079. OLE color: 8388079.

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

Color convert

RGB239253127-
CMYK0.0600.500.01
HSL66.67º96.92%74.51%-
HSV(B)66.67º49.8%99.22%-
XYZ74.5590.1333.55-
YUV234.4567.36131.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 127 (50% from 255) = 20.52%
R=38.61%
G=40.87%
B=20.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531270.0600.500.0166.6796.9274.51
HexEFFD7F6032143614b
Octal35737517760621103141113
Binary1110111111111101111111111001100101100001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFD7F; }

 p { color: rgb(239,253,127); }

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

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

 a { background-color: rgb(239,253,127); }

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

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

 span { border-color: rgb(239,253,127); }

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