#7CBD12

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

Shades of Lima #7CBD12

Tints of Lima #7CBD12

Color information

#7CBD12 (or 0x7CBD12) is unknown color: approx Lima. HEX triplet: 7C, BD and 12. RGB value is (124,189,18). Sum of RGB (Red+Green+Blue) = 124+189+18=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBD12 is #8342ED. Grayscale: #969696. Windows color (decimal): -8602350 or 1228156. OLE color: 1228156.

HSL color Cylindrical-coordinate representation of color #7CBD12: hue angle of 82.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CBD12 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB12418918-
CMYK0.3400.900.26
HSL82.81º82.61%40.59%-
HSV(B)82.81º90.48%74.12%-
XYZ26.6240.727.03-
YUV150.0753.47109.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=37.46%
G=57.10%
B=5.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124189180.3400.900.2682.8182.6140.59
Hex7CBD122205A1A535329
Octal174275224201323212312351
Binary11111001011110110010100010010110101101010100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,189,18); }

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

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

 a { background-color: rgb(124,189,18); }

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

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

 span { border-color: rgb(124,189,18); }

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