Html Css Color HEX #7DBF66 Mantis

📋 copy color: '#7DBF66'

red 125 ◦ green 191 ◦ blue 102

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

Shades of Mantis #7DBF66

Tints of Mantis #7DBF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 29.9%
G = 45.69%
B = 24.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#7DBF66 (or 0x7DBF66) is known color: Mantis. HEX triplet: 7D, BF and 66. RGB value is (125,191,102). Sum of RGB (Red+Green+Blue) = 125+191+102=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF66 is #824099. Grayscale: #A1A1A1. Windows color (decimal): -8536218 or 6733693. OLE color: 6733693.

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

Color convert

RGB 125 191 102 -
CMYK 0.35 0 0.47 0.25
HSL 104.49º 0.41% 0.57% -
HSV(B) 104.49º 0.47% 0.75% -
XYZ 29.49 42.58 19.24 -
YUV 161.12 94.63 102.24 -
System Red Green Blue C M Y K H S L
Decimal 125 191 102 0.35 0 0.47 0.25 104.49 0.41 0.57
Hex 7D BF 66 23 0 2F 19 68 29 39
Octal 175 277 146 43 0 57 31 150 51 71
Binary 1111101 10111111 1100110 100011 0 101111 11001 1101000 101001 111001

Color Harmonies of #7DBF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF66

Black with #7DBF66

Text Example


Text Example

White with #7DBF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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