Html Css Color HEX #EFFE8D Tidal

📋 copy color: '#EFFE8D'

red 239 ◦ green 254 ◦ blue 141

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

Shades of Tidal #EFFE8D

Tints of Tidal #EFFE8D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.06%

 BLUE value IS 141 (55.47% from 255) = 22.24%

R = 37.7%
G = 40.06%
B = 22.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#EFFE8D (or 0xEFFE8D) is known color: Tidal. HEX triplet: EF, FE and 8D. RGB value is (239,254,141). Sum of RGB (Red+Green+Blue) = 239+254+141=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 141 (55.47% from 255 or 22.24% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFE8D is #100172. Grayscale: #EDEDED. Windows color (decimal): -1048947 or 9305839. OLE color: 9305839.

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

Color convert

RGB 239 254 141 -
CMYK 0.06 0 0.44 0.00
HSL 67.96º 0.98% 0.77% -
HSV(B) 67.96º 0.44% 1% -
XYZ 75.85 91.16 38.8 -
YUV 236.63 74.03 129.69 -
System Red Green Blue C M Y K H S L
Decimal 239 254 141 0.06 0 0.44 0.00 67.96 0.98 0.77
Hex EF FE 8D 6 0 2C 0 44 62 4D
Octal 357 376 215 6 0 54 0 104 142 115
Binary 11101111 11111110 10001101 110 0 101100 0 1000100 1100010 1001101

Color Harmonies of #EFFE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE8D

Black with #EFFE8D

Text Example


Text Example

White with #EFFE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE8D; }

 p { color: rgb(239,254,141); }

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

background-color css

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

 a { background-color: rgb(239,254,141); }

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

border-color css

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

 span { border-color: rgb(239,254,141); }

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