Html Css Color HEX #7DCF58 Mantis

📋 copy color: '#7DCF58'

red 125 ◦ green 207 ◦ blue 88

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

Shades of Mantis #7DCF58

Tints of Mantis #7DCF58

RGB

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

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

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

R = 29.76%
G = 49.29%
B = 20.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#7DCF58 (or 0x7DCF58) is known color: Mantis. HEX triplet: 7D, CF and 58. RGB value is (125,207,88). Sum of RGB (Red+Green+Blue) = 125+207+88=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF58 is #8230A7. Grayscale: #A9A9A9. Windows color (decimal): -8532136 or 5820285. OLE color: 5820285.

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

Color convert

RGB 125 207 88 -
CMYK 0.40 0 0.57 0.19
HSL 101.34º 0.55% 0.58% -
HSV(B) 101.34º 0.57% 0.81% -
XYZ 32.53 49.69 17.11 -
YUV 168.92 82.33 96.68 -
System Red Green Blue C M Y K H S L
Decimal 125 207 88 0.40 0 0.57 0.19 101.34 0.55 0.58
Hex 7D CF 58 28 0 39 13 65 37 3A
Octal 175 317 130 50 0 71 23 145 67 72
Binary 1111101 11001111 1011000 101000 0 111001 10011 1100101 110111 111010

Color Harmonies of #7DCF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF58

Black with #7DCF58

Text Example


Text Example

White with #7DCF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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