Html Css Color HEX #7DCE4A Mantis

📋 copy color: '#7DCE4A'

red 125 ◦ green 206 ◦ blue 74

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

Shades of Mantis #7DCE4A

Tints of Mantis #7DCE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.86%

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 30.86%
G = 50.86%
B = 18.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#7DCE4A (or 0x7DCE4A) is known color: Mantis. HEX triplet: 7D, CE and 4A. RGB value is (125,206,74). Sum of RGB (Red+Green+Blue) = 125+206+74=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE4A is #8231B5. Grayscale: #A7A7A7. Windows color (decimal): -8532406 or 4902525. OLE color: 4902525.

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

Color convert

RGB 125 206 74 -
CMYK 0.39 0 0.64 0.19
HSL 96.82º 0.57% 0.55% -
HSV(B) 96.82º 0.64% 0.81% -
XYZ 31.76 49 14.26 -
YUV 166.73 75.66 98.23 -
System Red Green Blue C M Y K H S L
Decimal 125 206 74 0.39 0 0.64 0.19 96.82 0.57 0.55
Hex 7D CE 4A 27 0 40 13 61 39 37
Octal 175 316 112 47 0 100 23 141 71 67
Binary 1111101 11001110 1001010 100111 0 1000000 10011 1100001 111001 110111

Color Harmonies of #7DCE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE4A

Black with #7DCE4A

Text Example


Text Example

White with #7DCE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,74); }

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

background-color css

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

 a { background-color: rgb(125,206,74); }

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

border-color css

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

 span { border-color: rgb(125,206,74); }

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