Html Css Color HEX #7DCC58 Mantis

📋 copy color: '#7DCC58'

red 125 ◦ green 204 ◦ blue 88

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

Shades of Mantis #7DCC58

Tints of Mantis #7DCC58

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

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

R = 29.98%
G = 48.92%
B = 21.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#7DCC58 (or 0x7DCC58) is known color: Mantis. HEX triplet: 7D, CC and 58. RGB value is (125,204,88). Sum of RGB (Red+Green+Blue) = 125+204+88=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC58 is #8233A7. Grayscale: #A7A7A7. Windows color (decimal): -8532904 or 5819517. OLE color: 5819517.

HSL color Cylindrical-coordinate representation of color #7DCC58: hue angle of 100.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DCC58 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 88 -
CMYK 0.39 0 0.57 0.2
HSL 100.86º 0.53% 0.57% -
HSV(B) 100.86º 0.57% 0.8% -
XYZ 31.81 48.25 16.87 -
YUV 167.16 83.33 97.93 -
System Red Green Blue C M Y K H S L
Decimal 125 204 88 0.39 0 0.57 0.2 100.86 0.53 0.57
Hex 7D CC 58 27 0 39 14 65 35 39
Octal 175 314 130 47 0 71 24 145 65 71
Binary 1111101 11001100 1011000 100111 0 111001 10100 1100101 110101 111001

Color Harmonies of #7DCC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC58

Black with #7DCC58

Text Example


Text Example

White with #7DCC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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