Html Css Color HEX #7DBF58 Mantis

📋 copy color: '#7DBF58'

red 125 ◦ green 191 ◦ blue 88

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

Shades of Mantis #7DBF58

Tints of Mantis #7DBF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 30.94%
G = 47.28%
B = 21.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#7DBF58 (or 0x7DBF58) is known color: Mantis. HEX triplet: 7D, BF and 58. RGB value is (125,191,88). Sum of RGB (Red+Green+Blue) = 125+191+88=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF58 is #8240A7. Grayscale: #9F9F9F. Windows color (decimal): -8536232 or 5816189. OLE color: 5816189.

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

Color convert

RGB 125 191 88 -
CMYK 0.35 0 0.54 0.25
HSL 98.45º 0.45% 0.55% -
HSV(B) 98.45º 0.54% 0.75% -
XYZ 28.85 42.33 15.88 -
YUV 159.52 87.63 103.38 -
System Red Green Blue C M Y K H S L
Decimal 125 191 88 0.35 0 0.54 0.25 98.45 0.45 0.55
Hex 7D BF 58 23 0 36 19 62 2D 37
Octal 175 277 130 43 0 66 31 142 55 67
Binary 1111101 10111111 1011000 100011 0 110110 11001 1100010 101101 110111

Color Harmonies of #7DBF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF58

Black with #7DBF58

Text Example


Text Example

White with #7DBF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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