Html Css Color HEX #EFFDAF Australian Mint

📋 copy color: '#EFFDAF'

red 239 ◦ green 253 ◦ blue 175

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

Shades of Australian Mint #EFFDAF

Tints of Australian Mint #EFFDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.24%

R = 35.83%
G = 37.93%
B = 26.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#EFFDAF (or 0xEFFDAF) is known color: Australian Mint. HEX triplet: EF, FD and AF. RGB value is (239,253,175). Sum of RGB (Red+Green+Blue) = 239+253+175=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFDAF is #100250. Grayscale: #F0F0F0. Windows color (decimal): -1049169 or 11533807. OLE color: 11533807.

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

Color convert

RGB 239 253 175 -
CMYK 0.06 0 0.31 0.01
HSL 70.77º 0.95% 0.84% -
HSV(B) 70.77º 0.31% 0.99% -
XYZ 78.46 91.7 54.12 -
YUV 239.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 239 253 175 0.06 0 0.31 0.01 70.77 0.95 0.84
Hex EF FD AF 6 0 1F 1 47 5F 54
Octal 357 375 257 6 0 37 1 107 137 124
Binary 11101111 11111101 10101111 110 0 11111 1 1000111 1011111 1010100

Color Harmonies of #EFFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDAF

Black with #EFFDAF

Text Example


Text Example

White with #EFFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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