Html Css Color HEX #EFFFAF Australian Mint

📋 copy color: '#EFFFAF'

red 239 ◦ green 255 ◦ blue 175

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

Shades of Australian Mint #EFFFAF

Tints of Australian Mint #EFFFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 38.12%

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

R = 35.72%
G = 38.12%
B = 26.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#EFFFAF (or 0xEFFFAF) is known color: Australian Mint. HEX triplet: EF, FF and AF. RGB value is (239,255,175). Sum of RGB (Red+Green+Blue) = 239+255+175=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFAF is #100050. Grayscale: #F1F1F1. Windows color (decimal): -1048657 or 11534319. OLE color: 11534319.

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

Color convert

RGB 239 255 175 -
CMYK 0.06 0 0.31 0
HSL 72º 1% 0.84% -
HSV(B) 72º 0.31% 1% -
XYZ 79.09 92.97 54.33 -
YUV 241.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 239 255 175 0.06 0 0.31 0 72 1 0.84
Hex EF FF AF 6 0 1F 0 48 64 54
Octal 357 377 257 6 0 37 0 110 144 124
Binary 11101111 11111111 10101111 110 0 11111 0 1001000 1100100 1010100

Color Harmonies of #EFFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFAF

Black with #EFFFAF

Text Example


Text Example

White with #EFFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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