#7DAE41

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

Shades of Sushi #7DAE41

Tints of Sushi #7DAE41

Color information

#7DAE41 (or 0x7DAE41) is unknown color: approx Sushi. HEX triplet: 7D, AE and 41. RGB value is (125,174,65). Sum of RGB (Red+Green+Blue) = 125+174+65=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE41 is #8251BE. Grayscale: #939393. Windows color (decimal): -8540607 or 4304509. OLE color: 4304509.

HSL color Cylindrical-coordinate representation of color #7DAE41: hue angle of 86.97º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DAE41 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB12517465-
CMYK0.2800.630.32
HSL86.97º45.61%46.86%-
HSV(B)86.97º62.64%68.24%-
XYZ24.5535.0110.47-
YUV146.9281.77112.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=34.34%
G=47.80%
B=17.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125174650.2800.630.3286.9745.6146.86
Hex7DAE411C03F20572e2f
Octal17525610134077401275657
Binary11111011010111010000011110001111111000001010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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