Html Css Color HEX #7CA71F Lima

📋 copy color: '#7CA71F'

red 124 ◦ green 167 ◦ blue 31

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

Shades of Lima #7CA71F

Tints of Lima #7CA71F

RGB

 RED value IS 124 (48.83% from 255) = 38.51%

 GREEN value IS 167 (65.63% from 255) = 51.86%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 38.51%
G = 51.86%
B = 9.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#7CA71F (or 0x7CA71F) is known color: Lima. HEX triplet: 7C, A7 and 1F. RGB value is (124,167,31). Sum of RGB (Red+Green+Blue) = 124+167+31=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA71F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA71F is #8358E0. Grayscale: #8B8B8B. Windows color (decimal): -8607969 or 2074492. OLE color: 2074492.

HSL color Cylindrical-coordinate representation of color #7CA71F: hue angle of 78.97º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CA71F is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 167 31 -
CMYK 0.26 0 0.81 0.35
HSL 78.97º 0.69% 0.39% -
HSV(B) 78.97º 0.81% 0.65% -
XYZ 22.38 32.02 6.3 -
YUV 138.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 124 167 31 0.26 0 0.81 0.35 78.97 0.69 0.39
Hex 7C A7 1F 1A 0 51 23 4F 45 27
Octal 174 247 37 32 0 121 43 117 105 47
Binary 1111100 10100111 11111 11010 0 1010001 100011 1001111 1000101 100111

Color Harmonies of #7CA71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA71F

Black with #7CA71F

Text Example


Text Example

White with #7CA71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,167,31); }

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

background-color css

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

 a { background-color: rgb(124,167,31); }

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

border-color css

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

 span { border-color: rgb(124,167,31); }

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