Html Css Color HEX #EDFBAF Australian Mint

📋 copy color: '#EDFBAF'

red 237 ◦ green 251 ◦ blue 175

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

Shades of Australian Mint #EDFBAF

Tints of Australian Mint #EDFBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.4%

R = 35.75%
G = 37.86%
B = 26.4%

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

#EDFBAF (or 0xEDFBAF) is known color: Australian Mint. HEX triplet: ED, FB and AF. RGB value is (237,251,175). Sum of RGB (Red+Green+Blue) = 237+251+175=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBAF is #120450. Grayscale: #EEEEEE. Windows color (decimal): -1180753 or 11533293. OLE color: 11533293.

HSL color Cylindrical-coordinate representation of color #EDFBAF: hue angle of 71.05º 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 #EDFBAF is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 175 -
CMYK 0.06 0 0.30 0.02
HSL 71.05º 0.9% 0.84% -
HSV(B) 71.05º 0.3% 0.98% -
XYZ 77.16 90.09 53.88 -
YUV 238.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 237 251 175 0.06 0 0.30 0.02 71.05 0.9 0.84
Hex ED FB AF 6 0 1E 2 47 5A 54
Octal 355 373 257 6 0 36 2 107 132 124
Binary 11101101 11111011 10101111 110 0 11110 10 1000111 1011010 1010100

Color Harmonies of #EDFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBAF

Black with #EDFBAF

Text Example


Text Example

White with #EDFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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