#7CB250

Color #7CB250 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #7CB250

Tints of Asparagus #7CB250

Color information

#7CB250 (or 0x7CB250) is unknown color: approx Asparagus. HEX triplet: 7C, B2 and 50. RGB value is (124,178,80). Sum of RGB (Red+Green+Blue) = 124+178+80=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB250 is #834DAF. Grayscale: #979797. Windows color (decimal): -8605104 or 5288572. OLE color: 5288572.

HSL color Cylindrical-coordinate representation of color #7CB250: hue angle of 93.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CB250 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB12417880-
CMYK0.3000.550.30
HSL93.06º38.89%50.59%-
HSV(B)93.06º55.06%69.8%-
XYZ25.6836.7113.32-
YUV150.6888.11108.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=32.46%
G=46.60%
B=20.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124178800.3000.550.3093.0638.8950.59
Hex7CB2501E0371E5d2733
Octal17426212036067361354763
Binary1111100101100101010000111100110111111101011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,178,80); }

 H1.HeaderClassName
 {
   color: #7CB250;
 }
 .AnyTagClassName
 {
   color: #7CB250;
 }
</style>
background-color css

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

 a { background-color: rgb(124,178,80); }

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

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

 span { border-color: rgb(124,178,80); }

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