Html Css Color HEX #EFF2B0 Australian Mint

📋 copy color: '#EFF2B0'

red 239 ◦ green 242 ◦ blue 176

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

Shades of Australian Mint #EFF2B0

Tints of Australian Mint #EFF2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.79%

R = 36.38%
G = 36.83%
B = 26.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#EFF2B0 (or 0xEFF2B0) is known color: Australian Mint. HEX triplet: EF, F2 and B0. RGB value is (239,242,176). Sum of RGB (Red+Green+Blue) = 239+242+176=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2B0 is #100D4F. Grayscale: #E9E9E9. Windows color (decimal): -1051984 or 11596527. OLE color: 11596527.

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

Color convert

RGB 239 242 176 -
CMYK 0.01 0 0.27 0.05
HSL 62.73º 0.72% 0.82% -
HSV(B) 62.73º 0.27% 0.95% -
XYZ 75.19 84.99 53.52 -
YUV 233.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 239 242 176 0.01 0 0.27 0.05 62.73 0.72 0.82
Hex EF F2 B0 1 0 1B 5 3F 48 52
Octal 357 362 260 1 0 33 5 77 110 122
Binary 11101111 11110010 10110000 1 0 11011 101 111111 1001000 1010010

Color Harmonies of #EFF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2B0

Black with #EFF2B0

Text Example


Text Example

White with #EFF2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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