Html Css Color HEX #EFFD7D Tidal

📋 copy color: '#EFFD7D'

red 239 ◦ green 253 ◦ blue 125

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

Shades of Tidal #EFFD7D

Tints of Tidal #EFFD7D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41%

 BLUE value IS 125 (49.22% from 255) = 20.26%

R = 38.74%
G = 41%
B = 20.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#EFFD7D (or 0xEFFD7D) is known color: Tidal. HEX triplet: EF, FD and 7D. RGB value is (239,253,125). Sum of RGB (Red+Green+Blue) = 239+253+125=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFD7D is #100282. Grayscale: #EAEAEA. Windows color (decimal): -1049219 or 8257007. OLE color: 8257007.

HSL color Cylindrical-coordinate representation of color #EFFD7D: hue angle of 66.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFFD7D is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 253 125 -
CMYK 0.06 0 0.51 0.01
HSL 66.56º 0.97% 0.74% -
HSV(B) 66.56º 0.51% 0.99% -
XYZ 74.42 90.08 32.87 -
YUV 234.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 239 253 125 0.06 0 0.51 0.01 66.56 0.97 0.74
Hex EF FD 7D 6 0 33 1 43 61 4A
Octal 357 375 175 6 0 63 1 103 141 112
Binary 11101111 11111101 1111101 110 0 110011 1 1000011 1100001 1001010

Color Harmonies of #EFFD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFD7D

Black with #EFFD7D

Text Example


Text Example

White with #EFFD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFD7D; }

 p { color: rgb(239,253,125); }

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

background-color css

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

 a { background-color: rgb(239,253,125); }

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

border-color css

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

 span { border-color: rgb(239,253,125); }

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