Html Css Color HEX #7DC368 Mantis

📋 copy color: '#7DC368'

red 125 ◦ green 195 ◦ blue 104

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

Shades of Mantis #7DC368

Tints of Mantis #7DC368

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.99%

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 29.48%
G = 45.99%
B = 24.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#7DC368 (or 0x7DC368) is known color: Mantis. HEX triplet: 7D, C3 and 68. RGB value is (125,195,104). Sum of RGB (Red+Green+Blue) = 125+195+104=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC368 is #823C97. Grayscale: #A3A3A3. Windows color (decimal): -8535192 or 6865789. OLE color: 6865789.

HSL color Cylindrical-coordinate representation of color #7DC368: hue angle of 106.15º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC368 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 104 -
CMYK 0.36 0 0.47 0.24
HSL 106.15º 0.43% 0.59% -
HSV(B) 106.15º 0.47% 0.76% -
XYZ 30.47 44.39 20.06 -
YUV 163.7 94.31 100.4 -
System Red Green Blue C M Y K H S L
Decimal 125 195 104 0.36 0 0.47 0.24 106.15 0.43 0.59
Hex 7D C3 68 24 0 2F 18 6A 2B 3B
Octal 175 303 150 44 0 57 30 152 53 73
Binary 1111101 11000011 1101000 100100 0 101111 11000 1101010 101011 111011

Color Harmonies of #7DC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC368

Black with #7DC368

Text Example


Text Example

White with #7DC368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,104); }

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

background-color css

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

 a { background-color: rgb(125,195,104); }

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

border-color css

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

 span { border-color: rgb(125,195,104); }

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