Html Css Color HEX #EFFFB2 Australian Mint

📋 copy color: '#EFFFB2'

red 239 ◦ green 255 ◦ blue 178

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

Shades of Australian Mint #EFFFB2

Tints of Australian Mint #EFFFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.49%

R = 35.57%
G = 37.95%
B = 26.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#EFFFB2 (or 0xEFFFB2) is known color: Australian Mint. HEX triplet: EF, FF and B2. RGB value is (239,255,178). Sum of RGB (Red+Green+Blue) = 239+255+178=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFB2 is #10004D. Grayscale: #F1F1F1. Windows color (decimal): -1048654 or 11730927. OLE color: 11730927.

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

Color convert

RGB 239 255 178 -
CMYK 0.06 0 0.30 0
HSL 72.47º 1% 0.85% -
HSV(B) 72.47º 0.3% 1% -
XYZ 79.39 93.09 55.9 -
YUV 241.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 239 255 178 0.06 0 0.30 0 72.47 1 0.85
Hex EF FF B2 6 0 1E 0 48 64 55
Octal 357 377 262 6 0 36 0 110 144 125
Binary 11101111 11111111 10110010 110 0 11110 0 1001000 1100100 1010101

Color Harmonies of #EFFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFB2

Black with #EFFFB2

Text Example


Text Example

White with #EFFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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