Html Css Color HEX #EFFBAF Australian Mint

📋 copy color: '#EFFBAF'

red 239 ◦ green 251 ◦ blue 175

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

Shades of Australian Mint #EFFBAF

Tints of Australian Mint #EFFBAF

RGB

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

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

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

R = 35.94%
G = 37.74%
B = 26.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#EFFBAF (or 0xEFFBAF) is known color: Australian Mint. HEX triplet: EF, FB and AF. RGB value is (239,251,175). Sum of RGB (Red+Green+Blue) = 239+251+175=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBAF is #100450. Grayscale: #EFEFEF. Windows color (decimal): -1049681 or 11533295. OLE color: 11533295.

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

Color convert

RGB 239 251 175 -
CMYK 0.05 0 0.30 0.02
HSL 69.47º 0.9% 0.84% -
HSV(B) 69.47º 0.3% 0.98% -
XYZ 77.83 90.44 53.91 -
YUV 238.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 239 251 175 0.05 0 0.30 0.02 69.47 0.9 0.84
Hex EF FB AF 5 0 1E 2 45 5A 54
Octal 357 373 257 5 0 36 2 105 132 124
Binary 11101111 11111011 10101111 101 0 11110 10 1000101 1011010 1010100

Color Harmonies of #EFFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBAF

Black with #EFFBAF

Text Example


Text Example

White with #EFFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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