#7CBB10

Color #7CBB10 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CBB10

Tints of Lima #7CBB10

Color information

#7CBB10 (or 0x7CBB10) is unknown color: approx Lima. HEX triplet: 7C, BB and 10. RGB value is (124,187,16). Sum of RGB (Red+Green+Blue) = 124+187+16=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBB10 is #8344EF. Grayscale: #959595. Windows color (decimal): -8602864 or 1096572. OLE color: 1096572.

HSL color Cylindrical-coordinate representation of color #7CBB10: hue angle of 82.11º 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 #7CBB10 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB12418716-
CMYK0.3400.910.27
HSL82.11º84.24%39.8%-
HSV(B)82.11º91.44%73.33%-
XYZ26.1839.866.8-
YUV148.6753.13110.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 187 (73.44% from 255) = 57.19%
BLUE value IS 16 (6.64% from 255) = 4.89%
R=37.92%
G=57.19%
B=4.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124187160.3400.910.2782.1184.2439.8
Hex7CBB102205B1B525428
Octal174273204201333312212450
Binary11111001011101110000100010010110111101110100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CBB10;
 }
 .AnyTagClassName
 {
   color: #7CBB10;
 }
</style>
background-color css

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

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

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

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

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

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