Html Css Color HEX #7DBF44 Mantis

📋 copy color: '#7DBF44'

red 125 ◦ green 191 ◦ blue 68

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

Shades of Mantis #7DBF44

Tints of Mantis #7DBF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 32.55%
G = 49.74%
B = 17.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#7DBF44 (or 0x7DBF44) is known color: Mantis. HEX triplet: 7D, BF and 44. RGB value is (125,191,68). Sum of RGB (Red+Green+Blue) = 125+191+68=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF44 is #8240BB. Grayscale: #9D9D9D. Windows color (decimal): -8536252 or 4505469. OLE color: 4505469.

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

Color convert

RGB 125 191 68 -
CMYK 0.35 0 0.64 0.25
HSL 92.2º 0.49% 0.51% -
HSV(B) 92.2º 0.64% 0.75% -
XYZ 28.13 42.04 12.1 -
YUV 157.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 125 191 68 0.35 0 0.64 0.25 92.2 0.49 0.51
Hex 7D BF 44 23 0 40 19 5C 31 33
Octal 175 277 104 43 0 100 31 134 61 63
Binary 1111101 10111111 1000100 100011 0 1000000 11001 1011100 110001 110011

Color Harmonies of #7DBF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF44

Black with #7DBF44

Text Example


Text Example

White with #7DBF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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