Html Css Color HEX #EFF384 Tidal

📋 copy color: '#EFF384'

red 239 ◦ green 243 ◦ blue 132

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

Shades of Tidal #EFF384

Tints of Tidal #EFF384

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.58%

 BLUE value IS 132 (51.95% from 255) = 21.5%

R = 38.93%
G = 39.58%
B = 21.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#EFF384 (or 0xEFF384) is known color: Tidal. HEX triplet: EF, F3 and 84. RGB value is (239,243,132). Sum of RGB (Red+Green+Blue) = 239+243+132=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 132 (51.95% from 255 or 21.50% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF384 is #100C7B. Grayscale: #E5E5E5. Windows color (decimal): -1051772 or 8713199. OLE color: 8713199.

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

Color convert

RGB 239 243 132 -
CMYK 0.02 0 0.46 0.05
HSL 62.16º 0.82% 0.74% -
HSV(B) 62.16º 0.46% 0.95% -
XYZ 71.81 84.12 34.28 -
YUV 229.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 239 243 132 0.02 0 0.46 0.05 62.16 0.82 0.74
Hex EF F3 84 2 0 2E 5 3E 52 4A
Octal 357 363 204 2 0 56 5 76 122 112
Binary 11101111 11110011 10000100 10 0 101110 101 111110 1010010 1001010

Color Harmonies of #EFF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF384

Black with #EFF384

Text Example


Text Example

White with #EFF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF384; }

 p { color: rgb(239,243,132); }

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

background-color css

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

 a { background-color: rgb(239,243,132); }

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

border-color css

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

 span { border-color: rgb(239,243,132); }

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