Html Css Color HEX #7DCF56 Mantis

📋 copy color: '#7DCF56'

red 125 ◦ green 207 ◦ blue 86

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

Shades of Mantis #7DCF56

Tints of Mantis #7DCF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.52%

 BLUE value IS 86 (33.98% from 255) = 20.57%

R = 29.9%
G = 49.52%
B = 20.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#7DCF56 (or 0x7DCF56) is known color: Mantis. HEX triplet: 7D, CF and 56. RGB value is (125,207,86). Sum of RGB (Red+Green+Blue) = 125+207+86=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF56 is #8230A9. Grayscale: #A9A9A9. Windows color (decimal): -8532138 or 5689213. OLE color: 5689213.

HSL color Cylindrical-coordinate representation of color #7DCF56: hue angle of 100.66º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DCF56 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 86 -
CMYK 0.40 0 0.58 0.19
HSL 100.66º 0.56% 0.57% -
HSV(B) 100.66º 0.58% 0.81% -
XYZ 32.45 49.66 16.68 -
YUV 168.69 81.33 96.84 -
System Red Green Blue C M Y K H S L
Decimal 125 207 86 0.40 0 0.58 0.19 100.66 0.56 0.57
Hex 7D CF 56 28 0 3A 13 65 38 39
Octal 175 317 126 50 0 72 23 145 70 71
Binary 1111101 11001111 1010110 101000 0 111010 10011 1100101 111000 111001

Color Harmonies of #7DCF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF56

Black with #7DCF56

Text Example


Text Example

White with #7DCF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,207,86); }

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

background-color css

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

 a { background-color: rgb(125,207,86); }

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

border-color css

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

 span { border-color: rgb(125,207,86); }

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