Html Css Color HEX #7DDD46 Mantis

📋 copy color: '#7DDD46'

red 125 ◦ green 221 ◦ blue 70

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

Shades of Mantis #7DDD46

Tints of Mantis #7DDD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.13%

 BLUE value IS 70 (27.73% from 255) = 16.83%

R = 30.05%
G = 53.13%
B = 16.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#7DDD46 (or 0x7DDD46) is known color: Mantis. HEX triplet: 7D, DD and 46. RGB value is (125,221,70). Sum of RGB (Red+Green+Blue) = 125+221+70=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD46 is #8222B9. Grayscale: #AFAFAF. Windows color (decimal): -8528570 or 4644221. OLE color: 4644221.

HSL color Cylindrical-coordinate representation of color #7DDD46: hue angle of 98.15º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DDD46 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 70 -
CMYK 0.43 0 0.68 0.13
HSL 98.15º 0.69% 0.57% -
HSV(B) 98.15º 0.68% 0.87% -
XYZ 35.42 56.52 14.84 -
YUV 175.08 68.7 92.28 -
System Red Green Blue C M Y K H S L
Decimal 125 221 70 0.43 0 0.68 0.13 98.15 0.69 0.57
Hex 7D DD 46 2B 0 44 D 62 45 39
Octal 175 335 106 53 0 104 15 142 105 71
Binary 1111101 11011101 1000110 101011 0 1000100 1101 1100010 1000101 111001

Color Harmonies of #7DDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD46

Black with #7DDD46

Text Example


Text Example

White with #7DDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,70); }

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

background-color css

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

 a { background-color: rgb(125,221,70); }

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

border-color css

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

 span { border-color: rgb(125,221,70); }

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