Html Css Color HEX #7CBA10 Lima

📋 copy color: '#7CBA10'

red 124 ◦ green 186 ◦ blue 16

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

Shades of Lima #7CBA10

Tints of Lima #7CBA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.06%

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

R = 38.04%
G = 57.06%
B = 4.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#7CBA10 (or 0x7CBA10) is known color: Lima. HEX triplet: 7C, BA and 10. RGB value is (124,186,16). Sum of RGB (Red+Green+Blue) = 124+186+16=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA10 is #8345EF. Grayscale: #949494. Windows color (decimal): -8603120 or 1096316. OLE color: 1096316.

HSL color Cylindrical-coordinate representation of color #7CBA10: hue angle of 81.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CBA10 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 16 -
CMYK 0.33 0 0.91 0.27
HSL 81.88º 0.84% 0.4% -
HSV(B) 81.88º 0.91% 0.73% -
XYZ 25.96 39.44 6.73 -
YUV 148.08 53.46 110.82 -
System Red Green Blue C M Y K H S L
Decimal 124 186 16 0.33 0 0.91 0.27 81.88 0.84 0.4
Hex 7C BA 10 21 0 5B 1B 52 54 28
Octal 174 272 20 41 0 133 33 122 124 50
Binary 1111100 10111010 10000 100001 0 1011011 11011 1010010 1010100 101000

Color Harmonies of #7CBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA10

Black with #7CBA10

Text Example


Text Example

White with #7CBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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