Html Css Color HEX #EFF285 Tidal

📋 copy color: '#EFF285'

red 239 ◦ green 242 ◦ blue 133

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

Shades of Tidal #EFF285

Tints of Tidal #EFF285

RGB

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

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

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

R = 38.93%
G = 39.41%
B = 21.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#EFF285 (or 0xEFF285) is known color: Tidal. HEX triplet: EF, F2 and 85. RGB value is (239,242,133). Sum of RGB (Red+Green+Blue) = 239+242+133=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF285 is #100D7A. Grayscale: #E5E5E5. Windows color (decimal): -1052027 or 8778479. OLE color: 8778479.

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

Color convert

RGB 239 242 133 -
CMYK 0.01 0 0.45 0.05
HSL 61.65º 0.81% 0.74% -
HSV(B) 61.65º 0.45% 0.95% -
XYZ 71.58 83.55 34.54 -
YUV 228.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 239 242 133 0.01 0 0.45 0.05 61.65 0.81 0.74
Hex EF F2 85 1 0 2D 5 3E 51 4A
Octal 357 362 205 1 0 55 5 76 121 112
Binary 11101111 11110010 10000101 1 0 101101 101 111110 1010001 1001010

Color Harmonies of #EFF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF285

Black with #EFF285

Text Example


Text Example

White with #EFF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF285; }

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

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

background-color css

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

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

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

border-color css

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

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

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