Html Css Color HEX #7DB33F Sushi

📋 copy color: '#7DB33F'

red 125 ◦ green 179 ◦ blue 63

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

Shades of Sushi #7DB33F

Tints of Sushi #7DB33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.77%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 34.06%
G = 48.77%
B = 17.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#7DB33F (or 0x7DB33F) is known color: Sushi. HEX triplet: 7D, B3 and 3F. RGB value is (125,179,63). Sum of RGB (Red+Green+Blue) = 125+179+63=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB33F is #824CC0. Grayscale: #969696. Windows color (decimal): -8539329 or 4174717. OLE color: 4174717.

HSL color Cylindrical-coordinate representation of color #7DB33F: hue angle of 87.93º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DB33F is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 63 -
CMYK 0.30 0 0.65 0.30
HSL 87.93º 0.48% 0.47% -
HSV(B) 87.93º 0.65% 0.7% -
XYZ 25.47 36.96 10.49 -
YUV 149.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 125 179 63 0.30 0 0.65 0.30 87.93 0.48 0.47
Hex 7D B3 3F 1E 0 41 1E 58 30 2F
Octal 175 263 77 36 0 101 36 130 60 57
Binary 1111101 10110011 111111 11110 0 1000001 11110 1011000 110000 101111

Color Harmonies of #7DB33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB33F

Black with #7DB33F

Text Example


Text Example

White with #7DB33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,179,63); }

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

background-color css

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

 a { background-color: rgb(125,179,63); }

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

border-color css

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

 span { border-color: rgb(125,179,63); }

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