Html Css Color HEX #7DB054 Asparagus

📋 copy color: '#7DB054'

red 125 ◦ green 176 ◦ blue 84

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

Shades of Asparagus #7DB054

Tints of Asparagus #7DB054

RGB

 RED value IS 125 (49.22% from 255) = 32.47%

 GREEN value IS 176 (69.14% from 255) = 45.71%

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

R = 32.47%
G = 45.71%
B = 21.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#7DB054 (or 0x7DB054) is known color: Asparagus. HEX triplet: 7D, B0 and 54. RGB value is (125,176,84). Sum of RGB (Red+Green+Blue) = 125+176+84=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB054 is #824FAB. Grayscale: #969696. Windows color (decimal): -8540076 or 5550205. OLE color: 5550205.

HSL color Cylindrical-coordinate representation of color #7DB054: hue angle of 93.26º degrees, saturation: 0.37, 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 #7DB054 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 84 -
CMYK 0.29 0 0.52 0.31
HSL 93.26º 0.37% 0.51% -
HSV(B) 93.26º 0.52% 0.69% -
XYZ 25.58 36.05 14 -
YUV 150.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 125 176 84 0.29 0 0.52 0.31 93.26 0.37 0.51
Hex 7D B0 54 1D 0 34 1F 5D 25 33
Octal 175 260 124 35 0 64 37 135 45 63
Binary 1111101 10110000 1010100 11101 0 110100 11111 1011101 100101 110011

Color Harmonies of #7DB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB054

Black with #7DB054

Text Example


Text Example

White with #7DB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DB054; }

 p { color: rgb(125,176,84); }

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

background-color css

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

 a { background-color: rgb(125,176,84); }

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

border-color css

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

 span { border-color: rgb(125,176,84); }

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