Html Css Color HEX #7FC510 Lima

📋 copy color: '#7FC510'

red 127 ◦ green 197 ◦ blue 16

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

Shades of Lima #7FC510

Tints of Lima #7FC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.94%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 37.35%
G = 57.94%
B = 4.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#7FC510 (or 0x7FC510) is known color: Lima. HEX triplet: 7F, C5 and 10. RGB value is (127,197,16). Sum of RGB (Red+Green+Blue) = 127+197+16=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC510 is #803AEF. Grayscale: #9C9C9C. Windows color (decimal): -8403696 or 1099135. OLE color: 1099135.

HSL color Cylindrical-coordinate representation of color #7FC510: hue angle of 83.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FC510 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 197 16 -
CMYK 0.36 0 0.92 0.23
HSL 83.2º 0.85% 0.42% -
HSV(B) 83.2º 0.92% 0.77% -
XYZ 28.81 44.48 7.56 -
YUV 155.44 49.31 107.72 -
System Red Green Blue C M Y K H S L
Decimal 127 197 16 0.36 0 0.92 0.23 83.2 0.85 0.42
Hex 7F C5 10 24 0 5C 17 53 55 2A
Octal 177 305 20 44 0 134 27 123 125 52
Binary 1111111 11000101 10000 100100 0 1011100 10111 1010011 1010101 101010

Color Harmonies of #7FC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC510

Black with #7FC510

Text Example


Text Example

White with #7FC510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,197,16); }

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

background-color css

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

 a { background-color: rgb(127,197,16); }

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

border-color css

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

 span { border-color: rgb(127,197,16); }

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