#EFF28A

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

Shades of Tidal #EFF28A

Tints of Tidal #EFF28A

Color information

#EFF28A (or 0xEFF28A) is unknown color: approx Tidal. HEX triplet: EF, F2 and 8A. RGB value is (239,242,138). Sum of RGB (Red+Green+Blue) = 239+242+138=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF28A is #100D75. Grayscale: #E5E5E5. Windows color (decimal): -1052022 or 9106159. OLE color: 9106159.

HSL color Cylindrical-coordinate representation of color #EFF28A: hue angle of 61.73º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF28A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB239242138-
CMYK0.0100.430.05
HSL61.73º80%74.51%-
HSV(B)61.73º42.98%94.9%-
XYZ71.9483.6936.41-
YUV229.2576.51134.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 242 (94.92% from 255) = 39.10%
BLUE value IS 138 (54.30% from 255) = 22.29%
R=38.61%
G=39.10%
B=22.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392421380.0100.430.0561.738074.51
HexEFF28A102B53e504b
Octal3573622121053576120113
Binary1110111111110010100010101010101110111111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF28A; }

 p { color: rgb(239,242,138); }

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

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

 a { background-color: rgb(239,242,138); }

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

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

 span { border-color: rgb(239,242,138); }

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