Html Css Color HEX #EFF5AF Australian Mint

📋 copy color: '#EFF5AF'

red 239 ◦ green 245 ◦ blue 175

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

Shades of Australian Mint #EFF5AF

Tints of Australian Mint #EFF5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.18%

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

R = 36.27%
G = 37.18%
B = 26.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#EFF5AF (or 0xEFF5AF) is known color: Australian Mint. HEX triplet: EF, F5 and AF. RGB value is (239,245,175). Sum of RGB (Red+Green+Blue) = 239+245+175=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF5AF is #100A50. Grayscale: #EBEBEB. Windows color (decimal): -1051217 or 11531759. OLE color: 11531759.

HSL color Cylindrical-coordinate representation of color #EFF5AF: hue angle of 65.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF5AF is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 175 -
CMYK 0.02 0 0.29 0.04
HSL 65.14º 0.78% 0.82% -
HSV(B) 65.14º 0.29% 0.96% -
XYZ 75.99 86.75 53.3 -
YUV 235.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 239 245 175 0.02 0 0.29 0.04 65.14 0.78 0.82
Hex EF F5 AF 2 0 1D 4 41 4E 52
Octal 357 365 257 2 0 35 4 101 116 122
Binary 11101111 11110101 10101111 10 0 11101 100 1000001 1001110 1010010

Color Harmonies of #EFF5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5AF

Black with #EFF5AF

Text Example


Text Example

White with #EFF5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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