Html Css Color HEX #EDFBB0 Australian Mint

📋 copy color: '#EDFBB0'

red 237 ◦ green 251 ◦ blue 176

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

Shades of Australian Mint #EDFBB0

Tints of Australian Mint #EDFBB0

RGB

 RED value IS 237 (92.97% from 255) = 35.69%

 GREEN value IS 251 (98.44% from 255) = 37.8%

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

R = 35.69%
G = 37.8%
B = 26.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#EDFBB0 (or 0xEDFBB0) is known color: Australian Mint. HEX triplet: ED, FB and B0. RGB value is (237,251,176). Sum of RGB (Red+Green+Blue) = 237+251+176=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBB0 is #12044F. Grayscale: #EEEEEE. Windows color (decimal): -1180752 or 11598829. OLE color: 11598829.

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

Color convert

RGB 237 251 176 -
CMYK 0.06 0 0.30 0.02
HSL 71.2º 0.9% 0.84% -
HSV(B) 71.2º 0.3% 0.98% -
XYZ 77.26 90.13 54.4 -
YUV 238.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 237 251 176 0.06 0 0.30 0.02 71.2 0.9 0.84
Hex ED FB B0 6 0 1E 2 47 5A 54
Octal 355 373 260 6 0 36 2 107 132 124
Binary 11101101 11111011 10110000 110 0 11110 10 1000111 1011010 1010100

Color Harmonies of #EDFBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBB0

Black with #EDFBB0

Text Example


Text Example

White with #EDFBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBB0; }

 p { color: rgb(237,251,176); }

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

background-color css

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

 a { background-color: rgb(237,251,176); }

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

border-color css

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

 span { border-color: rgb(237,251,176); }

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