Html Css Color HEX #75AF54 Asparagus

📋 copy color: '#75AF54'

red 117 ◦ green 175 ◦ blue 84

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

Shades of Asparagus #75AF54

Tints of Asparagus #75AF54

RGB

 RED value IS 117 (46.09% from 255) = 31.12%

 GREEN value IS 175 (68.75% from 255) = 46.54%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 31.12%
G = 46.54%
B = 22.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#75AF54 (or 0x75AF54) is known color: Asparagus. HEX triplet: 75, AF and 54. RGB value is (117,175,84). Sum of RGB (Red+Green+Blue) = 117+175+84=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF54 is #8A50AB. Grayscale: #939393. Windows color (decimal): -9064620 or 5549941. OLE color: 5549941.

HSL color Cylindrical-coordinate representation of color #75AF54: hue angle of 98.24º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75AF54 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 84 -
CMYK 0.33 0 0.52 0.31
HSL 98.24º 0.36% 0.51% -
HSV(B) 98.24º 0.52% 0.69% -
XYZ 24.27 35.08 13.88 -
YUV 147.28 92.28 106.4 -
System Red Green Blue C M Y K H S L
Decimal 117 175 84 0.33 0 0.52 0.31 98.24 0.36 0.51
Hex 75 AF 54 21 0 34 1F 62 24 33
Octal 165 257 124 41 0 64 37 142 44 63
Binary 1110101 10101111 1010100 100001 0 110100 11111 1100010 100100 110011

Color Harmonies of #75AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF54

Black with #75AF54

Text Example


Text Example

White with #75AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AF54; }

 p { color: rgb(117,175,84); }

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

background-color css

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

 a { background-color: rgb(117,175,84); }

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

border-color css

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

 span { border-color: rgb(117,175,84); }

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