Html Css Color HEX #7FCD4B Mantis

📋 copy color: '#7FCD4B'

red 127 ◦ green 205 ◦ blue 75

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

Shades of Mantis #7FCD4B

Tints of Mantis #7FCD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.37%

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

R = 31.2%
G = 50.37%
B = 18.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#7FCD4B (or 0x7FCD4B) is known color: Mantis. HEX triplet: 7F, CD and 4B. RGB value is (127,205,75). Sum of RGB (Red+Green+Blue) = 127+205+75=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD4B is #8032B4. Grayscale: #A7A7A7. Windows color (decimal): -8401589 or 4967807. OLE color: 4967807.

HSL color Cylindrical-coordinate representation of color #7FCD4B: hue angle of 96º degrees, saturation: 0.57, 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 #7FCD4B is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 75 -
CMYK 0.38 0 0.63 0.20
HSL 96º 0.57% 0.55% -
HSV(B) 96º 0.63% 0.8% -
XYZ 31.85 48.68 14.37 -
YUV 166.86 76.16 99.57 -
System Red Green Blue C M Y K H S L
Decimal 127 205 75 0.38 0 0.63 0.20 96 0.57 0.55
Hex 7F CD 4B 26 0 3F 14 60 39 37
Octal 177 315 113 46 0 77 24 140 71 67
Binary 1111111 11001101 1001011 100110 0 111111 10100 1100000 111001 110111

Color Harmonies of #7FCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD4B

Black with #7FCD4B

Text Example


Text Example

White with #7FCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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