Html Css Color HEX #EFF88D Tidal

📋 copy color: '#EFF88D'

red 239 ◦ green 248 ◦ blue 141

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

Shades of Tidal #EFF88D

Tints of Tidal #EFF88D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.49%

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

R = 38.06%
G = 39.49%
B = 22.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#EFF88D (or 0xEFF88D) is known color: Tidal. HEX triplet: EF, F8 and 8D. RGB value is (239,248,141). Sum of RGB (Red+Green+Blue) = 239+248+141=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 141 (55.47% from 255 or 22.45% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF88D is #100772. Grayscale: #E9E9E9. Windows color (decimal): -1050483 or 9304303. OLE color: 9304303.

HSL color Cylindrical-coordinate representation of color #EFF88D: hue angle of 65.05º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF88D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 141 -
CMYK 0.04 0 0.43 0.03
HSL 65.05º 0.88% 0.76% -
HSV(B) 65.05º 0.43% 0.97% -
XYZ 73.97 87.41 38.17 -
YUV 233.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 239 248 141 0.04 0 0.43 0.03 65.05 0.88 0.76
Hex EF F8 8D 4 0 2B 3 41 58 4C
Octal 357 370 215 4 0 53 3 101 130 114
Binary 11101111 11111000 10001101 100 0 101011 11 1000001 1011000 1001100

Color Harmonies of #EFF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF88D

Black with #EFF88D

Text Example


Text Example

White with #EFF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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