Html Css Color HEX #7FDD4B Mantis

📋 copy color: '#7FDD4B'

red 127 ◦ green 221 ◦ blue 75

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

Shades of Mantis #7FDD4B

Tints of Mantis #7FDD4B

RGB

 RED value IS 127 (50% from 255) = 30.02%

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

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

R = 30.02%
G = 52.25%
B = 17.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#7FDD4B (or 0x7FDD4B) is known color: Mantis. HEX triplet: 7F, DD and 4B. RGB value is (127,221,75). Sum of RGB (Red+Green+Blue) = 127+221+75=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDD4B is #8022B4. Grayscale: #B0B0B0. Windows color (decimal): -8397493 or 4971903. OLE color: 4971903.

HSL color Cylindrical-coordinate representation of color #7FDD4B: hue angle of 98.63º 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 #7FDD4B is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 221 75 -
CMYK 0.43 0 0.66 0.13
HSL 98.63º 0.68% 0.58% -
HSV(B) 98.63º 0.66% 0.87% -
XYZ 35.88 56.73 15.72 -
YUV 176.25 70.86 92.87 -
System Red Green Blue C M Y K H S L
Decimal 127 221 75 0.43 0 0.66 0.13 98.63 0.68 0.58
Hex 7F DD 4B 2B 0 42 D 63 44 3A
Octal 177 335 113 53 0 102 15 143 104 72
Binary 1111111 11011101 1001011 101011 0 1000010 1101 1100011 1000100 111010

Color Harmonies of #7FDD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDD4B

Black with #7FDD4B

Text Example


Text Example

White with #7FDD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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