Html Css Color HEX #EFF28D Tidal

📋 copy color: '#EFF28D'

red 239 ◦ green 242 ◦ blue 141

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

Shades of Tidal #EFF28D

Tints of Tidal #EFF28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.91%

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

R = 38.42%
G = 38.91%
B = 22.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#EFF28D (or 0xEFF28D) is known color: Tidal. HEX triplet: EF, F2 and 8D. RGB value is (239,242,141). Sum of RGB (Red+Green+Blue) = 239+242+141=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 141 (55.47% from 255 or 22.67% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF28D is #100D72. Grayscale: #E5E5E5. Windows color (decimal): -1052019 or 9302767. OLE color: 9302767.

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

Color convert

RGB 239 242 141 -
CMYK 0.01 0 0.42 0.05
HSL 61.78º 0.8% 0.75% -
HSV(B) 61.78º 0.42% 0.95% -
XYZ 72.16 83.78 37.57 -
YUV 229.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 239 242 141 0.01 0 0.42 0.05 61.78 0.8 0.75
Hex EF F2 8D 1 0 2A 5 3E 50 4B
Octal 357 362 215 1 0 52 5 76 120 113
Binary 11101111 11110010 10001101 1 0 101010 101 111110 1010000 1001011

Color Harmonies of #EFF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF28D

Black with #EFF28D

Text Example


Text Example

White with #EFF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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