Html Css Color HEX #7CBA08 Lima

📋 copy color: '#7CBA08'

red 124 ◦ green 186 ◦ blue 8

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

Shades of Lima #7CBA08

Tints of Lima #7CBA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 38.99%
G = 58.49%
B = 2.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#7CBA08 (or 0x7CBA08) is known color: Lima. HEX triplet: 7C, BA and 08. RGB value is (124,186,8). Sum of RGB (Red+Green+Blue) = 124+186+8=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBA08 is #8345F7. Grayscale: #939393. Windows color (decimal): -8603128 or 572028. OLE color: 572028.

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

Color convert

RGB 124 186 8 -
CMYK 0.33 0 0.96 0.27
HSL 80.9º 0.92% 0.38% -
HSV(B) 80.9º 0.96% 0.73% -
XYZ 25.91 39.42 6.47 -
YUV 147.17 49.46 111.47 -
System Red Green Blue C M Y K H S L
Decimal 124 186 8 0.33 0 0.96 0.27 80.9 0.92 0.38
Hex 7C BA 8 21 0 60 1B 51 5C 26
Octal 174 272 10 41 0 140 33 121 134 46
Binary 1111100 10111010 1000 100001 0 1100000 11011 1010001 1011100 100110

Color Harmonies of #7CBA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA08

Black with #7CBA08

Text Example


Text Example

White with #7CBA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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