Html Css Color HEX #EFFDB2 Australian Mint

📋 copy color: '#EFFDB2'

red 239 ◦ green 253 ◦ blue 178

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

Shades of Australian Mint #EFFDB2

Tints of Australian Mint #EFFDB2

RGB

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

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

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

R = 35.67%
G = 37.76%
B = 26.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#EFFDB2 (or 0xEFFDB2) is known color: Australian Mint. HEX triplet: EF, FD and B2. RGB value is (239,253,178). Sum of RGB (Red+Green+Blue) = 239+253+178=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 178 (69.92% from 255 or 26.57% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFDB2 is #10024D. Grayscale: #F0F0F0. Windows color (decimal): -1049166 or 11730415. OLE color: 11730415.

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

Color convert

RGB 239 253 178 -
CMYK 0.06 0 0.30 0.01
HSL 71.2º 0.95% 0.85% -
HSV(B) 71.2º 0.3% 0.99% -
XYZ 78.76 91.82 55.69 -
YUV 240.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 239 253 178 0.06 0 0.30 0.01 71.2 0.95 0.85
Hex EF FD B2 6 0 1E 1 47 5F 55
Octal 357 375 262 6 0 36 1 107 137 125
Binary 11101111 11111101 10110010 110 0 11110 1 1000111 1011111 1010101

Color Harmonies of #EFFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDB2

Black with #EFFDB2

Text Example


Text Example

White with #EFFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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