Html Css Color HEX #EFF485 Tidal

📋 copy color: '#EFF485'

red 239 ◦ green 244 ◦ blue 133

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

Shades of Tidal #EFF485

Tints of Tidal #EFF485

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.61%

 BLUE value IS 133 (52.34% from 255) = 21.59%

R = 38.8%
G = 39.61%
B = 21.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#EFF485 (or 0xEFF485) is known color: Tidal. HEX triplet: EF, F4 and 85. RGB value is (239,244,133). Sum of RGB (Red+Green+Blue) = 239+244+133=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF485 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF485 is #100B7A. Grayscale: #E6E6E6. Windows color (decimal): -1051515 or 8778991. OLE color: 8778991.

HSL color Cylindrical-coordinate representation of color #EFF485: hue angle of 62.7º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFF485 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 244 133 -
CMYK 0.02 0 0.45 0.04
HSL 62.7º 0.83% 0.74% -
HSV(B) 62.7º 0.45% 0.96% -
XYZ 72.18 84.75 34.74 -
YUV 229.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 239 244 133 0.02 0 0.45 0.04 62.7 0.83 0.74
Hex EF F4 85 2 0 2D 4 3F 53 4A
Octal 357 364 205 2 0 55 4 77 123 112
Binary 11101111 11110100 10000101 10 0 101101 100 111111 1010011 1001010

Color Harmonies of #EFF485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF485

Black with #EFF485

Text Example


Text Example

White with #EFF485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF485; }

 p { color: rgb(239,244,133); }

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

background-color css

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

 a { background-color: rgb(239,244,133); }

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

border-color css

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

 span { border-color: rgb(239,244,133); }

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