Html Css Color HEX #77CD3D Mantis

📋 copy color: '#77CD3D'

red 119 ◦ green 205 ◦ blue 61

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

Shades of Mantis #77CD3D

Tints of Mantis #77CD3D

RGB

 RED value IS 119 (46.88% from 255) = 30.91%

 GREEN value IS 205 (80.47% from 255) = 53.25%

 BLUE value IS 61 (24.22% from 255) = 15.84%

R = 30.91%
G = 53.25%
B = 15.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#77CD3D (or 0x77CD3D) is known color: Mantis. HEX triplet: 77, CD and 3D. RGB value is (119,205,61). Sum of RGB (Red+Green+Blue) = 119+205+61=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD3D is #8832C2. Grayscale: #A3A3A3. Windows color (decimal): -8925891 or 4050295. OLE color: 4050295.

HSL color Cylindrical-coordinate representation of color #77CD3D: hue angle of 95.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77CD3D is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 61 -
CMYK 0.42 0 0.70 0.20
HSL 95.83º 0.59% 0.52% -
HSV(B) 95.83º 0.7% 0.8% -
XYZ 30.28 47.92 12.07 -
YUV 162.87 70.51 96.71 -
System Red Green Blue C M Y K H S L
Decimal 119 205 61 0.42 0 0.70 0.20 95.83 0.59 0.52
Hex 77 CD 3D 2A 0 46 14 60 3B 34
Octal 167 315 75 52 0 106 24 140 73 64
Binary 1110111 11001101 111101 101010 0 1000110 10100 1100000 111011 110100

Color Harmonies of #77CD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CD3D

Black with #77CD3D

Text Example


Text Example

White with #77CD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77CD3D; }

 p { color: rgb(119,205,61); }

 H1.HeaderClassName
 {
   color: #77CD3D;
 }
 .AnyTagClassName
 {
   color: #77CD3D;
 }
</style>

background-color css

<style>
 a { background-color: #77CD3D; }

 a { background-color: rgb(119,205,61); }

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

border-color css

<style>
 span { border-color: #77CD3D; }

 span { border-color: rgb(119,205,61); }

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