Html Css Color HEX #77D94B Mantis

📋 copy color: '#77D94B'

red 119 ◦ green 217 ◦ blue 75

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

Shades of Mantis #77D94B

Tints of Mantis #77D94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.8%

 BLUE value IS 75 (29.69% from 255) = 18.25%

R = 28.95%
G = 52.8%
B = 18.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#77D94B (or 0x77D94B) is known color: Mantis. HEX triplet: 77, D9 and 4B. RGB value is (119,217,75). Sum of RGB (Red+Green+Blue) = 119+217+75=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #77D94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D94B is #8826B4. Grayscale: #ABABAB. Windows color (decimal): -8922805 or 4970871. OLE color: 4970871.

HSL color Cylindrical-coordinate representation of color #77D94B: hue angle of 101.41º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77D94B is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 217 75 -
CMYK 0.45 0 0.65 0.15
HSL 101.41º 0.65% 0.57% -
HSV(B) 101.41º 0.65% 0.85% -
XYZ 33.69 54.06 15.31 -
YUV 171.51 73.53 90.55 -
System Red Green Blue C M Y K H S L
Decimal 119 217 75 0.45 0 0.65 0.15 101.41 0.65 0.57
Hex 77 D9 4B 2D 0 41 F 65 41 39
Octal 167 331 113 55 0 101 17 145 101 71
Binary 1110111 11011001 1001011 101101 0 1000001 1111 1100101 1000001 111001

Color Harmonies of #77D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D94B

Black with #77D94B

Text Example


Text Example

White with #77D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,217,75); }

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

background-color css

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

 a { background-color: rgb(119,217,75); }

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

border-color css

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

 span { border-color: rgb(119,217,75); }

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