Html Css Color HEX #7CB805 Lima

📋 copy color: '#7CB805'

red 124 ◦ green 184 ◦ blue 5

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

Shades of Lima #7CB805

Tints of Lima #7CB805

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.79%

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

R = 39.62%
G = 58.79%
B = 1.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#7CB805 (or 0x7CB805) is known color: Lima. HEX triplet: 7C, B8 and 05. RGB value is (124,184,5). Sum of RGB (Red+Green+Blue) = 124+184+5=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB805 is #8347FA. Grayscale: #929292. Windows color (decimal): -8603643 or 374908. OLE color: 374908.

HSL color Cylindrical-coordinate representation of color #7CB805: hue angle of 80.11º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CB805 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 184 5 -
CMYK 0.33 0 0.97 0.28
HSL 80.11º 0.95% 0.37% -
HSV(B) 80.11º 0.97% 0.72% -
XYZ 25.48 38.58 6.25 -
YUV 145.65 48.62 112.55 -
System Red Green Blue C M Y K H S L
Decimal 124 184 5 0.33 0 0.97 0.28 80.11 0.95 0.37
Hex 7C B8 5 21 0 61 1C 50 5F 25
Octal 174 270 5 41 0 141 34 120 137 45
Binary 1111100 10111000 101 100001 0 1100001 11100 1010000 1011111 100101

Color Harmonies of #7CB805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB805

Black with #7CB805

Text Example


Text Example

White with #7CB805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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