Html Css Color HEX #7DB74B Mantis

📋 copy color: '#7DB74B'

red 125 ◦ green 183 ◦ blue 75

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

Shades of Mantis #7DB74B

Tints of Mantis #7DB74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.78%

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 32.64%
G = 47.78%
B = 19.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#7DB74B (or 0x7DB74B) is known color: Mantis. HEX triplet: 7D, B7 and 4B. RGB value is (125,183,75). Sum of RGB (Red+Green+Blue) = 125+183+75=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB74B is #8248B4. Grayscale: #999999. Windows color (decimal): -8538293 or 4962173. OLE color: 4962173.

HSL color Cylindrical-coordinate representation of color #7DB74B: hue angle of 92.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DB74B is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 183 75 -
CMYK 0.32 0 0.59 0.28
HSL 92.22º 0.43% 0.51% -
HSV(B) 92.22º 0.59% 0.72% -
XYZ 26.66 38.73 12.73 -
YUV 153.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 125 183 75 0.32 0 0.59 0.28 92.22 0.43 0.51
Hex 7D B7 4B 20 0 3B 1C 5C 2B 33
Octal 175 267 113 40 0 73 34 134 53 63
Binary 1111101 10110111 1001011 100000 0 111011 11100 1011100 101011 110011

Color Harmonies of #7DB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB74B

Black with #7DB74B

Text Example


Text Example

White with #7DB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,75); }

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

background-color css

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

 a { background-color: rgb(125,183,75); }

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

border-color css

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

 span { border-color: rgb(125,183,75); }

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