#7DBA09

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

Shades of Lima #7DBA09

Tints of Lima #7DBA09

Color information

#7DBA09 (or 0x7DBA09) is unknown color: approx Lima. HEX triplet: 7D, BA and 09. RGB value is (125,186,9). Sum of RGB (Red+Green+Blue) = 125+186+9=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA09 is #8245F6. Grayscale: #949494. Windows color (decimal): -8537591 or 637565. OLE color: 637565.

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

Color convert

RGB1251869-
CMYK0.3300.950.27
HSL80.68º90.77%38.24%-
HSV(B)80.68º95.16%72.94%-
XYZ26.0739.56.51-
YUV147.5849.79111.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.06%
GREEN value IS 186 (73.05% from 255) = 58.12%
BLUE value IS 9 (3.91% from 255) = 2.81%
R=39.06%
G=58.12%
B=2.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12518690.3300.950.2780.6890.7738.24
Hex7DBA92105F1B515b26
Octal175272114101373312113346
Binary1111101101110101001100001010111111101110100011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,9); }

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

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

 a { background-color: rgb(125,186,9); }

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

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

 span { border-color: rgb(125,186,9); }

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