Html Css Color HEX #7DCB44 Mantis

📋 copy color: '#7DCB44'

red 125 ◦ green 203 ◦ blue 68

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

Shades of Mantis #7DCB44

Tints of Mantis #7DCB44

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.26%

 BLUE value IS 68 (26.95% from 255) = 17.17%

R = 31.57%
G = 51.26%
B = 17.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#7DCB44 (or 0x7DCB44) is known color: Mantis. HEX triplet: 7D, CB and 44. RGB value is (125,203,68). Sum of RGB (Red+Green+Blue) = 125+203+68=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCB44 is #8234BB. Grayscale: #A4A4A4. Windows color (decimal): -8533180 or 4508541. OLE color: 4508541.

HSL color Cylindrical-coordinate representation of color #7DCB44: hue angle of 94.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DCB44 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 68 -
CMYK 0.38 0 0.67 0.20
HSL 94.67º 0.56% 0.53% -
HSV(B) 94.67º 0.67% 0.8% -
XYZ 30.86 47.49 13.01 -
YUV 164.29 73.66 99.98 -
System Red Green Blue C M Y K H S L
Decimal 125 203 68 0.38 0 0.67 0.20 94.67 0.56 0.53
Hex 7D CB 44 26 0 43 14 5F 38 35
Octal 175 313 104 46 0 103 24 137 70 65
Binary 1111101 11001011 1000100 100110 0 1000011 10100 1011111 111000 110101

Color Harmonies of #7DCB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCB44

Black with #7DCB44

Text Example


Text Example

White with #7DCB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,203,68); }

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

background-color css

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

 a { background-color: rgb(125,203,68); }

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

border-color css

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

 span { border-color: rgb(125,203,68); }

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