Html Css Color HEX #EFFDB4 Australian Mint

📋 copy color: '#EFFDB4'

red 239 ◦ green 253 ◦ blue 180

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

Shades of Australian Mint #EFFDB4

Tints of Australian Mint #EFFDB4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.65%

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

R = 35.57%
G = 37.65%
B = 26.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#EFFDB4 (or 0xEFFDB4) is known color: Australian Mint. HEX triplet: EF, FD and B4. RGB value is (239,253,180). Sum of RGB (Red+Green+Blue) = 239+253+180=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 180 (70.70% from 255 or 26.79% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDB4 is #10024B. Grayscale: #F0F0F0. Windows color (decimal): -1049164 or 11861487. OLE color: 11861487.

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

Color convert

RGB 239 253 180 -
CMYK 0.06 0 0.29 0.01
HSL 71.51º 0.95% 0.85% -
HSV(B) 71.51º 0.29% 0.99% -
XYZ 78.96 91.9 56.76 -
YUV 240.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 239 253 180 0.06 0 0.29 0.01 71.51 0.95 0.85
Hex EF FD B4 6 0 1D 1 48 5F 55
Octal 357 375 264 6 0 35 1 110 137 125
Binary 11101111 11111101 10110100 110 0 11101 1 1001000 1011111 1010101

Color Harmonies of #EFFDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDB4

Black with #EFFDB4

Text Example


Text Example

White with #EFFDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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