Html Css Color HEX #EDFBAB Australian Mint

📋 copy color: '#EDFBAB'

red 237 ◦ green 251 ◦ blue 171

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

Shades of Australian Mint #EDFBAB

Tints of Australian Mint #EDFBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.95%

R = 35.96%
G = 38.09%
B = 25.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#EDFBAB (or 0xEDFBAB) is known color: Australian Mint. HEX triplet: ED, FB and AB. RGB value is (237,251,171). Sum of RGB (Red+Green+Blue) = 237+251+171=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBAB is #120454. Grayscale: #EEEEEE. Windows color (decimal): -1180757 or 11271149. OLE color: 11271149.

HSL color Cylindrical-coordinate representation of color #EDFBAB: hue angle of 70.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDFBAB is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 171 -
CMYK 0.06 0 0.32 0.02
HSL 70.5º 0.91% 0.83% -
HSV(B) 70.5º 0.32% 0.98% -
XYZ 76.77 89.94 51.84 -
YUV 237.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 237 251 171 0.06 0 0.32 0.02 70.5 0.91 0.83
Hex ED FB AB 6 0 20 2 46 5B 53
Octal 355 373 253 6 0 40 2 106 133 123
Binary 11101101 11111011 10101011 110 0 100000 10 1000110 1011011 1010011

Color Harmonies of #EDFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBAB

Black with #EDFBAB

Text Example


Text Example

White with #EDFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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