Html Css Color HEX #7FC105 Lima

📋 copy color: '#7FC105'

red 127 ◦ green 193 ◦ blue 5

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

Shades of Lima #7FC105

Tints of Lima #7FC105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.38%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 39.08%
G = 59.38%
B = 1.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#7FC105 (or 0x7FC105) is known color: Lima. HEX triplet: 7F, C1 and 05. RGB value is (127,193,5). Sum of RGB (Red+Green+Blue) = 127+193+5=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC105 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC105 is #803EFA. Grayscale: #989898. Windows color (decimal): -8404731 or 377215. OLE color: 377215.

HSL color Cylindrical-coordinate representation of color #7FC105: hue angle of 81.06º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FC105 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 193 5 -
CMYK 0.34 0 0.97 0.24
HSL 81.06º 0.95% 0.39% -
HSV(B) 81.06º 0.97% 0.76% -
XYZ 27.85 42.66 6.91 -
YUV 151.83 45.13 110.29 -
System Red Green Blue C M Y K H S L
Decimal 127 193 5 0.34 0 0.97 0.24 81.06 0.95 0.39
Hex 7F C1 5 22 0 61 18 51 5F 27
Octal 177 301 5 42 0 141 30 121 137 47
Binary 1111111 11000001 101 100010 0 1100001 11000 1010001 1011111 100111

Color Harmonies of #7FC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC105

Black with #7FC105

Text Example


Text Example

White with #7FC105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,193,5); }

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

background-color css

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

 a { background-color: rgb(127,193,5); }

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

border-color css

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

 span { border-color: rgb(127,193,5); }

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