Html Css Color HEX #7DCF4D Mantis

📋 copy color: '#7DCF4D'

red 125 ◦ green 207 ◦ blue 77

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

Shades of Mantis #7DCF4D

Tints of Mantis #7DCF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 30.56%
G = 50.61%
B = 18.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#7DCF4D (or 0x7DCF4D) is known color: Mantis. HEX triplet: 7D, CF and 4D. RGB value is (125,207,77). Sum of RGB (Red+Green+Blue) = 125+207+77=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF4D is #8230B2. Grayscale: #A8A8A8. Windows color (decimal): -8532147 or 5099389. OLE color: 5099389.

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

Color convert

RGB 125 207 77 -
CMYK 0.40 0 0.63 0.19
HSL 97.85º 0.58% 0.56% -
HSV(B) 97.85º 0.63% 0.81% -
XYZ 32.11 49.52 14.89 -
YUV 167.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 125 207 77 0.40 0 0.63 0.19 97.85 0.58 0.56
Hex 7D CF 4D 28 0 3F 13 62 3A 38
Octal 175 317 115 50 0 77 23 142 72 70
Binary 1111101 11001111 1001101 101000 0 111111 10011 1100010 111010 111000

Color Harmonies of #7DCF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF4D

Black with #7DCF4D

Text Example


Text Example

White with #7DCF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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