Html Css Color HEX #7DB53B Sushi

📋 copy color: '#7DB53B'

red 125 ◦ green 181 ◦ blue 59

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

Shades of Sushi #7DB53B

Tints of Sushi #7DB53B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.59%

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 34.25%
G = 49.59%
B = 16.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#7DB53B (or 0x7DB53B) is known color: Sushi. HEX triplet: 7D, B5 and 3B. RGB value is (125,181,59). Sum of RGB (Red+Green+Blue) = 125+181+59=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB53B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB53B is #824AC4. Grayscale: #969696. Windows color (decimal): -8538821 or 3913085. OLE color: 3913085.

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

Color convert

RGB 125 181 59 -
CMYK 0.31 0 0.67 0.29
HSL 87.54º 0.51% 0.47% -
HSV(B) 87.54º 0.67% 0.71% -
XYZ 25.77 37.72 10.06 -
YUV 150.35 76.45 109.92 -
System Red Green Blue C M Y K H S L
Decimal 125 181 59 0.31 0 0.67 0.29 87.54 0.51 0.47
Hex 7D B5 3B 1F 0 43 1D 58 33 2F
Octal 175 265 73 37 0 103 35 130 63 57
Binary 1111101 10110101 111011 11111 0 1000011 11101 1011000 110011 101111

Color Harmonies of #7DB53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB53B

Black with #7DB53B

Text Example


Text Example

White with #7DB53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,59); }

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

background-color css

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

 a { background-color: rgb(125,181,59); }

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

border-color css

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

 span { border-color: rgb(125,181,59); }

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