Html Css Color HEX #7DAB30 Sushi

📋 copy color: '#7DAB30'

red 125 ◦ green 171 ◦ blue 48

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

Shades of Sushi #7DAB30

Tints of Sushi #7DAB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 36.34%
G = 49.71%
B = 13.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#7DAB30 (or 0x7DAB30) is known color: Sushi. HEX triplet: 7D, AB and 30. RGB value is (125,171,48). Sum of RGB (Red+Green+Blue) = 125+171+48=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB30 is #8254CF. Grayscale: #8F8F8F. Windows color (decimal): -8541392 or 3189629. OLE color: 3189629.

HSL color Cylindrical-coordinate representation of color #7DAB30: hue angle of 82.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DAB30 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 48 -
CMYK 0.27 0 0.72 0.33
HSL 82.44º 0.56% 0.43% -
HSV(B) 82.44º 0.72% 0.67% -
XYZ 23.55 33.7 8.06 -
YUV 143.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 125 171 48 0.27 0 0.72 0.33 82.44 0.56 0.43
Hex 7D AB 30 1B 0 48 21 52 38 2B
Octal 175 253 60 33 0 110 41 122 70 53
Binary 1111101 10101011 110000 11011 0 1001000 100001 1010010 111000 101011

Color Harmonies of #7DAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB30

Black with #7DAB30

Text Example


Text Example

White with #7DAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,48); }

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

background-color css

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

 a { background-color: rgb(125,171,48); }

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

border-color css

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

 span { border-color: rgb(125,171,48); }

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