Html Css Color HEX #7DCF5A Mantis

📋 copy color: '#7DCF5A'

red 125 ◦ green 207 ◦ blue 90

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

Shades of Mantis #7DCF5A

Tints of Mantis #7DCF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 29.62%
G = 49.05%
B = 21.33%

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

#7DCF5A (or 0x7DCF5A) is known color: Mantis. HEX triplet: 7D, CF and 5A. RGB value is (125,207,90). Sum of RGB (Red+Green+Blue) = 125+207+90=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF5A is #8230A5. Grayscale: #A9A9A9. Windows color (decimal): -8532134 or 5951357. OLE color: 5951357.

HSL color Cylindrical-coordinate representation of color #7DCF5A: hue angle of 102.05º 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 #7DCF5A is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 90 -
CMYK 0.40 0 0.57 0.19
HSL 102.05º 0.55% 0.58% -
HSV(B) 102.05º 0.57% 0.81% -
XYZ 32.62 49.72 17.55 -
YUV 169.14 83.33 96.51 -
System Red Green Blue C M Y K H S L
Decimal 125 207 90 0.40 0 0.57 0.19 102.05 0.55 0.58
Hex 7D CF 5A 28 0 39 13 66 37 3A
Octal 175 317 132 50 0 71 23 146 67 72
Binary 1111101 11001111 1011010 101000 0 111001 10011 1100110 110111 111010

Color Harmonies of #7DCF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF5A

Black with #7DCF5A

Text Example


Text Example

White with #7DCF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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