#7DAE35

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

Shades of Sushi #7DAE35

Tints of Sushi #7DAE35

Color information

#7DAE35 (or 0x7DAE35) is unknown color: approx Sushi. HEX triplet: 7D, AE and 35. RGB value is (125,174,53). Sum of RGB (Red+Green+Blue) = 125+174+53=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE35 is #8251CA. Grayscale: #919191. Windows color (decimal): -8540619 or 3518077. OLE color: 3518077.

HSL color Cylindrical-coordinate representation of color #7DAE35: hue angle of 84.3º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DAE35 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB12517453-
CMYK0.2800.700.32
HSL84.3º53.3%44.51%-
HSV(B)84.3º69.54%68.24%-
XYZ24.2434.898.83-
YUV145.5575.77113.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 174 (68.36% from 255) = 49.43%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=35.51%
G=49.43%
B=15.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125174530.2800.700.3284.353.344.51
Hex7DAE351C0462054352d
Octal17525665340106401246555
Binary11111011010111011010111100010001101000001010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,53); }

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

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

 a { background-color: rgb(125,174,53); }

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

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

 span { border-color: rgb(125,174,53); }

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