#7DC613

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

Shades of Lima #7DC613

Tints of Lima #7DC613

Color information

#7DC613 (or 0x7DC613) is unknown color: approx Lima. HEX triplet: 7D, C6 and 13. RGB value is (125,198,19). Sum of RGB (Red+Green+Blue) = 125+198+19=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC613 is #8239EC. Grayscale: #9C9C9C. Windows color (decimal): -8534509 or 1295997. OLE color: 1295997.

HSL color Cylindrical-coordinate representation of color #7DC613: hue angle of 84.47º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DC613 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB12519819-
CMYK0.3700.900.22
HSL84.47º82.49%42.55%-
HSV(B)84.47º90.4%77.65%-
XYZ28.7744.87.75-
YUV155.7750.82106.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.55%
GREEN value IS 198 (77.73% from 255) = 57.89%
BLUE value IS 19 (7.81% from 255) = 5.56%
R=36.55%
G=57.89%
B=5.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal125198190.3700.900.2284.4782.4942.55
Hex7DC6132505A1654522b
Octal175306234501322612412253
Binary11111011100011010011100101010110101011010101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,198,19); }

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

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

 a { background-color: rgb(125,198,19); }

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

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

 span { border-color: rgb(125,198,19); }

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