Html Css Color HEX #F5FBA5 Australian Mint

📋 copy color: '#F5FBA5'

red 245 ◦ green 251 ◦ blue 165

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

Shades of Australian Mint #F5FBA5

Tints of Australian Mint #F5FBA5

RGB

 RED value IS 245 (96.09% from 255) = 37.07%

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

 BLUE value IS 165 (64.84% from 255) = 24.96%

R = 37.07%
G = 37.97%
B = 24.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F5FBA5 (or 0xF5FBA5) is known color: Australian Mint. HEX triplet: F5, FB and A5. RGB value is (245,251,165). Sum of RGB (Red+Green+Blue) = 245+251+165=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 165 (64.84% from 255 or 24.96% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FBA5 is #0A045A. Grayscale: #EFEFEF. Windows color (decimal): -656475 or 10877941. OLE color: 10877941.

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

Color convert

RGB 245 251 165 -
CMYK 0.02 0 0.34 0.02
HSL 64.19º 0.91% 0.82% -
HSV(B) 64.19º 0.34% 0.98% -
XYZ 78.94 91.12 49.03 -
YUV 239.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 245 251 165 0.02 0 0.34 0.02 64.19 0.91 0.82
Hex F5 FB A5 2 0 22 2 40 5B 52
Octal 365 373 245 2 0 42 2 100 133 122
Binary 11110101 11111011 10100101 10 0 100010 10 1000000 1011011 1010010

Color Harmonies of #F5FBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FBA5

Black with #F5FBA5

Text Example


Text Example

White with #F5FBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FBA5; }

 p { color: rgb(245,251,165); }

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

background-color css

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

 a { background-color: rgb(245,251,165); }

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

border-color css

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

 span { border-color: rgb(245,251,165); }

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