Html Css Color HEX #7FCC4B Mantis

📋 copy color: '#7FCC4B'

red 127 ◦ green 204 ◦ blue 75

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

Shades of Mantis #7FCC4B

Tints of Mantis #7FCC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.25%

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

R = 31.28%
G = 50.25%
B = 18.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#7FCC4B (or 0x7FCC4B) is known color: Mantis. HEX triplet: 7F, CC and 4B. RGB value is (127,204,75). Sum of RGB (Red+Green+Blue) = 127+204+75=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC4B is #8033B4. Grayscale: #A6A6A6. Windows color (decimal): -8401845 or 4967551. OLE color: 4967551.

HSL color Cylindrical-coordinate representation of color #7FCC4B: hue angle of 95.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FCC4B is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 75 -
CMYK 0.38 0 0.63 0.2
HSL 95.81º 0.56% 0.55% -
HSV(B) 95.81º 0.63% 0.8% -
XYZ 31.62 48.21 14.29 -
YUV 166.27 76.49 99.99 -
System Red Green Blue C M Y K H S L
Decimal 127 204 75 0.38 0 0.63 0.2 95.81 0.56 0.55
Hex 7F CC 4B 26 0 3F 14 60 38 37
Octal 177 314 113 46 0 77 24 140 70 67
Binary 1111111 11001100 1001011 100110 0 111111 10100 1100000 111000 110111

Color Harmonies of #7FCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC4B

Black with #7FCC4B

Text Example


Text Example

White with #7FCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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