Html Css Color HEX #7DCB65 Mantis

📋 copy color: '#7DCB65'

red 125 ◦ green 203 ◦ blue 101

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

Shades of Mantis #7DCB65

Tints of Mantis #7DCB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.54%

R = 29.14%
G = 47.32%
B = 23.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#7DCB65 (or 0x7DCB65) is known color: Mantis. HEX triplet: 7D, CB and 65. RGB value is (125,203,101). Sum of RGB (Red+Green+Blue) = 125+203+101=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB65 is #82349A. Grayscale: #A8A8A8. Windows color (decimal): -8533147 or 6671229. OLE color: 6671229.

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

Color convert

RGB 125 203 101 -
CMYK 0.38 0 0.50 0.20
HSL 105.88º 0.5% 0.6% -
HSV(B) 105.88º 0.5% 0.8% -
XYZ 32.16 48.01 19.88 -
YUV 168.05 90.16 97.29 -
System Red Green Blue C M Y K H S L
Decimal 125 203 101 0.38 0 0.50 0.20 105.88 0.5 0.6
Hex 7D CB 65 26 0 32 14 6A 32 3C
Octal 175 313 145 46 0 62 24 152 62 74
Binary 1111101 11001011 1100101 100110 0 110010 10100 1101010 110010 111100

Color Harmonies of #7DCB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCB65

Black with #7DCB65

Text Example


Text Example

White with #7DCB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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