Html Css Color HEX #EFFFB4 Australian Mint

📋 copy color: '#EFFFB4'

red 239 ◦ green 255 ◦ blue 180

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

Shades of Australian Mint #EFFFB4

Tints of Australian Mint #EFFFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.71%

R = 35.46%
G = 37.83%
B = 26.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#EFFFB4 (or 0xEFFFB4) is known color: Australian Mint. HEX triplet: EF, FF and B4. RGB value is (239,255,180). Sum of RGB (Red+Green+Blue) = 239+255+180=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 180 (70.70% from 255 or 26.71% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFB4 is #10004B. Grayscale: #F1F1F1. Windows color (decimal): -1048652 or 11861999. OLE color: 11861999.

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

Color convert

RGB 239 255 180 -
CMYK 0.06 0 0.29 0
HSL 72.8º 1% 0.85% -
HSV(B) 72.8º 0.29% 1% -
XYZ 79.59 93.17 56.97 -
YUV 241.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 239 255 180 0.06 0 0.29 0 72.8 1 0.85
Hex EF FF B4 6 0 1D 0 49 64 55
Octal 357 377 264 6 0 35 0 111 144 125
Binary 11101111 11111111 10110100 110 0 11101 0 1001001 1100100 1010101

Color Harmonies of #EFFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFB4

Black with #EFFFB4

Text Example


Text Example

White with #EFFFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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