#7DCA0D

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

Shades of Lima #7DCA0D

Tints of Lima #7DCA0D

Color information

#7DCA0D (or 0x7DCA0D) is unknown color: approx Lima. HEX triplet: 7D, CA and 0D. RGB value is (125,202,13). Sum of RGB (Red+Green+Blue) = 125+202+13=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCA0D is #8235F2. Grayscale: #9E9E9E. Windows color (decimal): -8533491 or 903805. OLE color: 903805.

HSL color Cylindrical-coordinate representation of color #7DCA0D: hue angle of 84.44º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DCA0D is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB12520213-
CMYK0.3800.940.21
HSL84.44º87.91%42.16%-
HSV(B)84.44º93.56%79.22%-
XYZ29.6546.637.82-
YUV157.4346.49104.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.76%
GREEN value IS 202 (79.30% from 255) = 59.41%
BLUE value IS 13 (5.47% from 255) = 3.82%
R=36.76%
G=59.41%
B=3.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125202130.3800.940.2184.4487.9142.16
Hex7DCAD2605E1554582a
Octal175312154601362512413052
Binary1111101110010101101100110010111101010110101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,13); }

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

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

 a { background-color: rgb(125,202,13); }

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

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

 span { border-color: rgb(125,202,13); }

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