Html Css Color HEX #7CB505 Lima

📋 copy color: '#7CB505'

red 124 ◦ green 181 ◦ blue 5

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

Shades of Lima #7CB505

Tints of Lima #7CB505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.39%

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

R = 40%
G = 58.39%
B = 1.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#7CB505 (or 0x7CB505) is known color: Lima. HEX triplet: 7C, B5 and 05. RGB value is (124,181,5). Sum of RGB (Red+Green+Blue) = 124+181+5=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB505 is #834AFA. Grayscale: #909090. Windows color (decimal): -8604411 or 374140. OLE color: 374140.

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

Color convert

RGB 124 181 5 -
CMYK 0.31 0 0.97 0.29
HSL 79.43º 0.95% 0.36% -
HSV(B) 79.43º 0.97% 0.71% -
XYZ 24.86 37.34 6.04 -
YUV 143.89 49.62 113.81 -
System Red Green Blue C M Y K H S L
Decimal 124 181 5 0.31 0 0.97 0.29 79.43 0.95 0.36
Hex 7C B5 5 1F 0 61 1D 4F 5F 24
Octal 174 265 5 37 0 141 35 117 137 44
Binary 1111100 10110101 101 11111 0 1100001 11101 1001111 1011111 100100

Color Harmonies of #7CB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB505

Black with #7CB505

Text Example


Text Example

White with #7CB505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,181,5); }

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

background-color css

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

 a { background-color: rgb(124,181,5); }

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

border-color css

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

 span { border-color: rgb(124,181,5); }

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