#7DB438

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

Shades of Sushi #7DB438

Tints of Sushi #7DB438

Color information

#7DB438 (or 0x7DB438) is unknown color: approx Sushi. HEX triplet: 7D, B4 and 38. RGB value is (125,180,56). Sum of RGB (Red+Green+Blue) = 125+180+56=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB438 is #824BC7. Grayscale: #959595. Windows color (decimal): -8539080 or 3716221. OLE color: 3716221.

HSL color Cylindrical-coordinate representation of color #7DB438: hue angle of 86.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB438 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB12518056-
CMYK0.3100.690.29
HSL86.61º52.54%46.27%-
HSV(B)86.61º68.89%70.59%-
XYZ25.4937.299.6-
YUV149.4275.28110.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.63%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=34.63%
G=49.86%
B=15.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125180560.3100.690.2986.6152.5446.27
Hex7DB4381F0451D57352e
Octal17526470370105351276556
Binary1111101101101001110001111101000101111011010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,180,56); }

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

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

 a { background-color: rgb(125,180,56); }

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

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

 span { border-color: rgb(125,180,56); }

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