Html Css Color HEX #EFF287 Tidal

📋 copy color: '#EFF287'

red 239 ◦ green 242 ◦ blue 135

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

Shades of Tidal #EFF287

Tints of Tidal #EFF287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 21.92%

R = 38.8%
G = 39.29%
B = 21.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#EFF287 (or 0xEFF287) is known color: Tidal. HEX triplet: EF, F2 and 87. RGB value is (239,242,135). Sum of RGB (Red+Green+Blue) = 239+242+135=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 135 (53.12% from 255 or 21.92% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF287 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF287 is #100D78. Grayscale: #E5E5E5. Windows color (decimal): -1052025 or 8909551. OLE color: 8909551.

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

Color convert

RGB 239 242 135 -
CMYK 0.01 0 0.44 0.05
HSL 61.68º 0.8% 0.74% -
HSV(B) 61.68º 0.44% 0.95% -
XYZ 71.72 83.6 35.28 -
YUV 228.91 75.01 135.2 -
System Red Green Blue C M Y K H S L
Decimal 239 242 135 0.01 0 0.44 0.05 61.68 0.8 0.74
Hex EF F2 87 1 0 2C 5 3E 50 4A
Octal 357 362 207 1 0 54 5 76 120 112
Binary 11101111 11110010 10000111 1 0 101100 101 111110 1010000 1001010

Color Harmonies of #EFF287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF287

Black with #EFF287

Text Example


Text Example

White with #EFF287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF287; }

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

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

background-color css

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

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

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

border-color css

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

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

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