Html Css Color HEX #7DBF43 Mantis

📋 copy color: '#7DBF43'

red 125 ◦ green 191 ◦ blue 67

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

Shades of Mantis #7DBF43

Tints of Mantis #7DBF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 32.64%
G = 49.87%
B = 17.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#7DBF43 (or 0x7DBF43) is known color: Mantis. HEX triplet: 7D, BF and 43. RGB value is (125,191,67). Sum of RGB (Red+Green+Blue) = 125+191+67=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF43 is #8240BC. Grayscale: #9D9D9D. Windows color (decimal): -8536253 or 4439933. OLE color: 4439933.

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

Color convert

RGB 125 191 67 -
CMYK 0.35 0 0.65 0.25
HSL 91.94º 0.49% 0.51% -
HSV(B) 91.94º 0.65% 0.75% -
XYZ 28.1 42.03 11.94 -
YUV 157.13 77.13 105.08 -
System Red Green Blue C M Y K H S L
Decimal 125 191 67 0.35 0 0.65 0.25 91.94 0.49 0.51
Hex 7D BF 43 23 0 41 19 5C 31 33
Octal 175 277 103 43 0 101 31 134 61 63
Binary 1111101 10111111 1000011 100011 0 1000001 11001 1011100 110001 110011

Color Harmonies of #7DBF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF43

Black with #7DBF43

Text Example


Text Example

White with #7DBF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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