Html Css Color HEX #EFFF8A Tidal

📋 copy color: '#EFFF8A'

red 239 ◦ green 255 ◦ blue 138

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

Shades of Tidal #EFFF8A

Tints of Tidal #EFFF8A

RGB

 RED value IS 239 (93.75% from 255) = 37.82%

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

 BLUE value IS 138 (54.3% from 255) = 21.84%

R = 37.82%
G = 40.35%
B = 21.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#EFFF8A (or 0xEFFF8A) is known color: Tidal. HEX triplet: EF, FF and 8A. RGB value is (239,255,138). Sum of RGB (Red+Green+Blue) = 239+255+138=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 138 (54.30% from 255 or 21.84% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF8A is #100075. Grayscale: #EDEDED. Windows color (decimal): -1048694 or 9109487. OLE color: 9109487.

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

Color convert

RGB 239 255 138 -
CMYK 0.06 0 0.46 0
HSL 68.21º 1% 0.77% -
HSV(B) 68.21º 0.46% 1% -
XYZ 75.94 91.71 37.74 -
YUV 236.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 239 255 138 0.06 0 0.46 0 68.21 1 0.77
Hex EF FF 8A 6 0 2E 0 44 64 4D
Octal 357 377 212 6 0 56 0 104 144 115
Binary 11101111 11111111 10001010 110 0 101110 0 1000100 1100100 1001101

Color Harmonies of #EFFF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF8A

Black with #EFFF8A

Text Example


Text Example

White with #EFFF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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