Html Css Color HEX #7FCE4B Mantis

📋 copy color: '#7FCE4B'

red 127 ◦ green 206 ◦ blue 75

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

Shades of Mantis #7FCE4B

Tints of Mantis #7FCE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

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

R = 31.13%
G = 50.49%
B = 18.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#7FCE4B (or 0x7FCE4B) is known color: Mantis. HEX triplet: 7F, CE and 4B. RGB value is (127,206,75). Sum of RGB (Red+Green+Blue) = 127+206+75=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCE4B is #8031B4. Grayscale: #A7A7A7. Windows color (decimal): -8401333 or 4968063. OLE color: 4968063.

HSL color Cylindrical-coordinate representation of color #7FCE4B: hue angle of 96.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FCE4B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 206 75 -
CMYK 0.38 0 0.64 0.19
HSL 96.18º 0.57% 0.55% -
HSV(B) 96.18º 0.64% 0.81% -
XYZ 32.09 49.16 14.45 -
YUV 167.45 75.83 99.15 -
System Red Green Blue C M Y K H S L
Decimal 127 206 75 0.38 0 0.64 0.19 96.18 0.57 0.55
Hex 7F CE 4B 26 0 40 13 60 39 37
Octal 177 316 113 46 0 100 23 140 71 67
Binary 1111111 11001110 1001011 100110 0 1000000 10011 1100000 111001 110111

Color Harmonies of #7FCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCE4B

Black with #7FCE4B

Text Example


Text Example

White with #7FCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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