Html Css Color HEX #EEFE85 Tidal

📋 copy color: '#EEFE85'

red 238 ◦ green 254 ◦ blue 133

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

Shades of Tidal #EEFE85

Tints of Tidal #EEFE85

RGB

 RED value IS 238 (93.36% from 255) = 38.08%

 GREEN value IS 254 (99.61% from 255) = 40.64%

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

R = 38.08%
G = 40.64%
B = 21.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#EEFE85 (or 0xEEFE85) is known color: Tidal. HEX triplet: EE, FE and 85. RGB value is (238,254,133). Sum of RGB (Red+Green+Blue) = 238+254+133=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFE85 is #11017A. Grayscale: #EBEBEB. Windows color (decimal): -1114491 or 8781550. OLE color: 8781550.

HSL color Cylindrical-coordinate representation of color #EEFE85: hue angle of 67.93º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEFE85 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 254 133 -
CMYK 0.06 0 0.48 0.00
HSL 67.93º 0.98% 0.76% -
HSV(B) 67.93º 0.48% 1% -
XYZ 74.94 90.75 35.76 -
YUV 235.42 70.2 129.84 -
System Red Green Blue C M Y K H S L
Decimal 238 254 133 0.06 0 0.48 0.00 67.93 0.98 0.76
Hex EE FE 85 6 0 30 0 44 62 4C
Octal 356 376 205 6 0 60 0 104 142 114
Binary 11101110 11111110 10000101 110 0 110000 0 1000100 1100010 1001100

Color Harmonies of #EEFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFE85

Black with #EEFE85

Text Example


Text Example

White with #EEFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFE85; }

 p { color: rgb(238,254,133); }

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

background-color css

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

 a { background-color: rgb(238,254,133); }

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

border-color css

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

 span { border-color: rgb(238,254,133); }

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