Html Css Color HEX #7CB410 Lima

📋 copy color: '#7CB410'

red 124 ◦ green 180 ◦ blue 16

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

Shades of Lima #7CB410

Tints of Lima #7CB410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.25%

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

R = 38.75%
G = 56.25%
B = 5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#7CB410 (or 0x7CB410) is known color: Lima. HEX triplet: 7C, B4 and 10. RGB value is (124,180,16). Sum of RGB (Red+Green+Blue) = 124+180+16=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB410 is #834BEF. Grayscale: #919191. Windows color (decimal): -8604656 or 1094780. OLE color: 1094780.

HSL color Cylindrical-coordinate representation of color #7CB410: hue angle of 80.49º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CB410 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 16 -
CMYK 0.31 0 0.91 0.29
HSL 80.49º 0.84% 0.38% -
HSV(B) 80.49º 0.91% 0.71% -
XYZ 24.73 36.97 6.32 -
YUV 144.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 124 180 16 0.31 0 0.91 0.29 80.49 0.84 0.38
Hex 7C B4 10 1F 0 5B 1D 50 54 26
Octal 174 264 20 37 0 133 35 120 124 46
Binary 1111100 10110100 10000 11111 0 1011011 11101 1010000 1010100 100110

Color Harmonies of #7CB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB410

Black with #7CB410

Text Example


Text Example

White with #7CB410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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