Html Css Color HEX #7FC705 Lima

📋 copy color: '#7FC705'

red 127 ◦ green 199 ◦ blue 5

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

Shades of Lima #7FC705

Tints of Lima #7FC705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.12%

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

R = 38.37%
G = 60.12%
B = 1.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#7FC705 (or 0x7FC705) is known color: Lima. HEX triplet: 7F, C7 and 05. RGB value is (127,199,5). Sum of RGB (Red+Green+Blue) = 127+199+5=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC705 is #8038FA. Grayscale: #9C9C9C. Windows color (decimal): -8403195 or 378751. OLE color: 378751.

HSL color Cylindrical-coordinate representation of color #7FC705: hue angle of 82.27º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FC705 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 199 5 -
CMYK 0.36 0 0.97 0.22
HSL 82.27º 0.95% 0.4% -
HSV(B) 82.27º 0.97% 0.78% -
XYZ 29.2 45.37 7.36 -
YUV 155.36 43.15 107.77 -
System Red Green Blue C M Y K H S L
Decimal 127 199 5 0.36 0 0.97 0.22 82.27 0.95 0.4
Hex 7F C7 5 24 0 61 16 52 5F 28
Octal 177 307 5 44 0 141 26 122 137 50
Binary 1111111 11000111 101 100100 0 1100001 10110 1010010 1011111 101000

Color Harmonies of #7FC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC705

Black with #7FC705

Text Example


Text Example

White with #7FC705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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