Html Css Color HEX #EFF2AF Australian Mint

📋 copy color: '#EFF2AF'

red 239 ◦ green 242 ◦ blue 175

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

Shades of Australian Mint #EFF2AF

Tints of Australian Mint #EFF2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.89%

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

R = 36.43%
G = 36.89%
B = 26.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#EFF2AF (or 0xEFF2AF) is known color: Australian Mint. HEX triplet: EF, F2 and AF. RGB value is (239,242,175). Sum of RGB (Red+Green+Blue) = 239+242+175=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2AF is #100D50. Grayscale: #E9E9E9. Windows color (decimal): -1051985 or 11530991. OLE color: 11530991.

HSL color Cylindrical-coordinate representation of color #EFF2AF: hue angle of 62.69º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFF2AF is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 175 -
CMYK 0.01 0 0.28 0.05
HSL 62.69º 0.72% 0.82% -
HSV(B) 62.69º 0.28% 0.95% -
XYZ 75.09 84.95 53 -
YUV 233.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 239 242 175 0.01 0 0.28 0.05 62.69 0.72 0.82
Hex EF F2 AF 1 0 1C 5 3F 48 52
Octal 357 362 257 1 0 34 5 77 110 122
Binary 11101111 11110010 10101111 1 0 11100 101 111111 1001000 1010010

Color Harmonies of #EFF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2AF

Black with #EFF2AF

Text Example


Text Example

White with #EFF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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