Html Css Color HEX #7DBF52 Mantis

📋 copy color: '#7DBF52'

red 125 ◦ green 191 ◦ blue 82

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

Shades of Mantis #7DBF52

Tints of Mantis #7DBF52

RGB

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

 GREEN value IS 191 (75% from 255) = 47.99%

 BLUE value IS 82 (32.42% from 255) = 20.6%

R = 31.41%
G = 47.99%
B = 20.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#7DBF52 (or 0x7DBF52) is known color: Mantis. HEX triplet: 7D, BF and 52. RGB value is (125,191,82). Sum of RGB (Red+Green+Blue) = 125+191+82=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF52 is #8240AD. Grayscale: #9F9F9F. Windows color (decimal): -8536238 or 5422973. OLE color: 5422973.

HSL color Cylindrical-coordinate representation of color #7DBF52: hue angle of 96.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DBF52 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 191 82 -
CMYK 0.35 0 0.57 0.25
HSL 96.33º 0.46% 0.54% -
HSV(B) 96.33º 0.57% 0.75% -
XYZ 28.61 42.23 14.63 -
YUV 158.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 125 191 82 0.35 0 0.57 0.25 96.33 0.46 0.54
Hex 7D BF 52 23 0 39 19 60 2E 36
Octal 175 277 122 43 0 71 31 140 56 66
Binary 1111101 10111111 1010010 100011 0 111001 11001 1100000 101110 110110

Color Harmonies of #7DBF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF52

Black with #7DBF52

Text Example


Text Example

White with #7DBF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,191,82); }

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

background-color css

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

 a { background-color: rgb(125,191,82); }

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

border-color css

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

 span { border-color: rgb(125,191,82); }

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