Html Css Color HEX #7DAF38 Sushi

📋 copy color: '#7DAF38'

red 125 ◦ green 175 ◦ blue 56

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

Shades of Sushi #7DAF38

Tints of Sushi #7DAF38

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.16%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 35.11%
G = 49.16%
B = 15.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#7DAF38 (or 0x7DAF38) is known color: Sushi. HEX triplet: 7D, AF and 38. RGB value is (125,175,56). Sum of RGB (Red+Green+Blue) = 125+175+56=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF38 is #8250C7. Grayscale: #929292. Windows color (decimal): -8540360 or 3714941. OLE color: 3714941.

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

Color convert

RGB 125 175 56 -
CMYK 0.29 0 0.68 0.31
HSL 85.21º 0.52% 0.45% -
HSV(B) 85.21º 0.68% 0.69% -
XYZ 24.5 35.31 9.26 -
YUV 146.48 76.94 112.68 -
System Red Green Blue C M Y K H S L
Decimal 125 175 56 0.29 0 0.68 0.31 85.21 0.52 0.45
Hex 7D AF 38 1D 0 44 1F 55 34 2D
Octal 175 257 70 35 0 104 37 125 64 55
Binary 1111101 10101111 111000 11101 0 1000100 11111 1010101 110100 101101

Color Harmonies of #7DAF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF38

Black with #7DAF38

Text Example


Text Example

White with #7DAF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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