Html Css Color HEX #7CB710 Lima

📋 copy color: '#7CB710'

red 124 ◦ green 183 ◦ blue 16

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

Shades of Lima #7CB710

Tints of Lima #7CB710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.66%

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

R = 38.39%
G = 56.66%
B = 4.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#7CB710 (or 0x7CB710) is known color: Lima. HEX triplet: 7C, B7 and 10. RGB value is (124,183,16). Sum of RGB (Red+Green+Blue) = 124+183+16=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB710 is #8348EF. Grayscale: #929292. Windows color (decimal): -8603888 or 1095548. OLE color: 1095548.

HSL color Cylindrical-coordinate representation of color #7CB710: hue angle of 81.2º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CB710 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 16 -
CMYK 0.32 0 0.91 0.28
HSL 81.2º 0.84% 0.39% -
HSV(B) 81.2º 0.91% 0.72% -
XYZ 25.34 38.19 6.53 -
YUV 146.32 54.45 112.08 -
System Red Green Blue C M Y K H S L
Decimal 124 183 16 0.32 0 0.91 0.28 81.2 0.84 0.39
Hex 7C B7 10 20 0 5B 1C 51 54 27
Octal 174 267 20 40 0 133 34 121 124 47
Binary 1111100 10110111 10000 100000 0 1011011 11100 1010001 1010100 100111

Color Harmonies of #7CB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB710

Black with #7CB710

Text Example


Text Example

White with #7CB710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,16); }

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

background-color css

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

 a { background-color: rgb(124,183,16); }

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

border-color css

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

 span { border-color: rgb(124,183,16); }

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