Html Css Color HEX #EFFCAF Australian Mint

📋 copy color: '#EFFCAF'

red 239 ◦ green 252 ◦ blue 175

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

Shades of Australian Mint #EFFCAF

Tints of Australian Mint #EFFCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.84%

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

R = 35.89%
G = 37.84%
B = 26.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#EFFCAF (or 0xEFFCAF) is known color: Australian Mint. HEX triplet: EF, FC and AF. RGB value is (239,252,175). Sum of RGB (Red+Green+Blue) = 239+252+175=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFCAF is #100350. Grayscale: #EFEFEF. Windows color (decimal): -1049425 or 11533551. OLE color: 11533551.

HSL color Cylindrical-coordinate representation of color #EFFCAF: hue angle of 70.13º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFFCAF is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 175 -
CMYK 0.05 0 0.31 0.01
HSL 70.13º 0.93% 0.84% -
HSV(B) 70.13º 0.31% 0.99% -
XYZ 78.14 91.07 54.02 -
YUV 239.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 239 252 175 0.05 0 0.31 0.01 70.13 0.93 0.84
Hex EF FC AF 5 0 1F 1 46 5D 54
Octal 357 374 257 5 0 37 1 106 135 124
Binary 11101111 11111100 10101111 101 0 11111 1 1000110 1011101 1010100

Color Harmonies of #EFFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCAF

Black with #EFFCAF

Text Example


Text Example

White with #EFFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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