Html Css Color HEX #7DB53A Sushi

📋 copy color: '#7DB53A'

red 125 ◦ green 181 ◦ blue 58

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

Shades of Sushi #7DB53A

Tints of Sushi #7DB53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 34.34%
G = 49.73%
B = 15.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#7DB53A (or 0x7DB53A) is known color: Sushi. HEX triplet: 7D, B5 and 3A. RGB value is (125,181,58). Sum of RGB (Red+Green+Blue) = 125+181+58=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB53A is #824AC5. Grayscale: #969696. Windows color (decimal): -8538822 or 3847549. OLE color: 3847549.

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

Color convert

RGB 125 181 58 -
CMYK 0.31 0 0.68 0.29
HSL 87.32º 0.51% 0.47% -
HSV(B) 87.32º 0.68% 0.71% -
XYZ 25.75 37.71 9.93 -
YUV 150.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 125 181 58 0.31 0 0.68 0.29 87.32 0.51 0.47
Hex 7D B5 3A 1F 0 44 1D 57 33 2F
Octal 175 265 72 37 0 104 35 127 63 57
Binary 1111101 10110101 111010 11111 0 1000100 11101 1010111 110011 101111

Color Harmonies of #7DB53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB53A

Black with #7DB53A

Text Example


Text Example

White with #7DB53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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