Html Css Color HEX #7DC526 Lima

📋 copy color: '#7DC526'

red 125 ◦ green 197 ◦ blue 38

#7DC526
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DC526

Tints of Lima #7DC526

RGB

 RED value IS 125 (49.22% from 255) = 34.72%

 GREEN value IS 197 (77.34% from 255) = 54.72%

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 34.72%
G = 54.72%
B = 10.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#7DC526 (or 0x7DC526) is known color: Lima. HEX triplet: 7D, C5 and 26. RGB value is (125,197,38). Sum of RGB (Red+Green+Blue) = 125+197+38=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC526 is #823AD9. Grayscale: #9D9D9D. Windows color (decimal): -8534746 or 2540925. OLE color: 2540925.

HSL color Cylindrical-coordinate representation of color #7DC526: hue angle of 87.17º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DC526 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 197 38 -
CMYK 0.37 0 0.81 0.23
HSL 87.17º 0.68% 0.46% -
HSV(B) 87.17º 0.81% 0.77% -
XYZ 28.77 44.43 8.89 -
YUV 157.35 60.65 104.93 -
System Red Green Blue C M Y K H S L
Decimal 125 197 38 0.37 0 0.81 0.23 87.17 0.68 0.46
Hex 7D C5 26 25 0 51 17 57 44 2E
Octal 175 305 46 45 0 121 27 127 104 56
Binary 1111101 11000101 100110 100101 0 1010001 10111 1010111 1000100 101110

Color Harmonies of #7DC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC526

Black with #7DC526

Text Example


Text Example

White with #7DC526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,197,38); }

 H1.HeaderClassName
 {
   color: #7DC526;
 }
 .AnyTagClassName
 {
   color: #7DC526;
 }
</style>

background-color css

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

 a { background-color: rgb(125,197,38); }

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

border-color css

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

 span { border-color: rgb(125,197,38); }

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