Html Css Color HEX #76DD4B Mantis

📋 copy color: '#76DD4B'

red 118 ◦ green 221 ◦ blue 75

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

Shades of Mantis #76DD4B

Tints of Mantis #76DD4B

RGB

 RED value IS 118 (46.48% from 255) = 28.5%

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

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

R = 28.5%
G = 53.38%
B = 18.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#76DD4B (or 0x76DD4B) is known color: Mantis. HEX triplet: 76, DD and 4B. RGB value is (118,221,75). Sum of RGB (Red+Green+Blue) = 118+221+75=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DD4B is #8922B4. Grayscale: #AEAEAE. Windows color (decimal): -8987317 or 4971894. OLE color: 4971894.

HSL color Cylindrical-coordinate representation of color #76DD4B: hue angle of 102.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76DD4B is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 75 -
CMYK 0.47 0 0.66 0.13
HSL 102.33º 0.68% 0.58% -
HSV(B) 102.33º 0.66% 0.87% -
XYZ 34.6 56.07 15.66 -
YUV 173.56 72.38 88.37 -
System Red Green Blue C M Y K H S L
Decimal 118 221 75 0.47 0 0.66 0.13 102.33 0.68 0.58
Hex 76 DD 4B 2F 0 42 D 66 44 3A
Octal 166 335 113 57 0 102 15 146 104 72
Binary 1110110 11011101 1001011 101111 0 1000010 1101 1100110 1000100 111010

Color Harmonies of #76DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD4B

Black with #76DD4B

Text Example


Text Example

White with #76DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76DD4B; }

 p { color: rgb(118,221,75); }

 H1.HeaderClassName
 {
   color: #76DD4B;
 }
 .AnyTagClassName
 {
   color: #76DD4B;
 }
</style>

background-color css

<style>
 a { background-color: #76DD4B; }

 a { background-color: rgb(118,221,75); }

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

border-color css

<style>
 span { border-color: #76DD4B; }

 span { border-color: rgb(118,221,75); }

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