Html Css Color HEX #7FD066 Mantis

📋 copy color: '#7FD066'

red 127 ◦ green 208 ◦ blue 102

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

Shades of Mantis #7FD066

Tints of Mantis #7FD066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.6%

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 29.06%
G = 47.6%
B = 23.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#7FD066 (or 0x7FD066) is known color: Mantis. HEX triplet: 7F, D0 and 66. RGB value is (127,208,102). Sum of RGB (Red+Green+Blue) = 127+208+102=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD066 is #802F99. Grayscale: #ACACAC. Windows color (decimal): -8400794 or 6738047. OLE color: 6738047.

HSL color Cylindrical-coordinate representation of color #7FD066: hue angle of 105.85º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FD066 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 208 102 -
CMYK 0.39 0 0.51 0.18
HSL 105.85º 0.53% 0.61% -
HSV(B) 105.85º 0.51% 0.82% -
XYZ 33.71 50.58 20.56 -
YUV 171.7 88.66 96.12 -
System Red Green Blue C M Y K H S L
Decimal 127 208 102 0.39 0 0.51 0.18 105.85 0.53 0.61
Hex 7F D0 66 27 0 33 12 6A 35 3D
Octal 177 320 146 47 0 63 22 152 65 75
Binary 1111111 11010000 1100110 100111 0 110011 10010 1101010 110101 111101

Color Harmonies of #7FD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD066

Black with #7FD066

Text Example


Text Example

White with #7FD066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,208,102); }

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

background-color css

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

 a { background-color: rgb(127,208,102); }

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

border-color css

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

 span { border-color: rgb(127,208,102); }

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