Html Css Color HEX #7DC205 Lima

📋 copy color: '#7DC205'

red 125 ◦ green 194 ◦ blue 5

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

Shades of Lima #7DC205

Tints of Lima #7DC205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.88%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 38.58%
G = 59.88%
B = 1.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#7DC205 (or 0x7DC205) is known color: Lima. HEX triplet: 7D, C2 and 05. RGB value is (125,194,5). Sum of RGB (Red+Green+Blue) = 125+194+5=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC205 is #823DFA. Grayscale: #989898. Windows color (decimal): -8535547 or 377469. OLE color: 377469.

HSL color Cylindrical-coordinate representation of color #7DC205: hue angle of 81.9º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DC205 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 5 -
CMYK 0.36 0 0.97 0.24
HSL 81.9º 0.95% 0.39% -
HSV(B) 81.9º 0.97% 0.76% -
XYZ 27.78 42.95 6.97 -
YUV 151.82 45.14 108.87 -
System Red Green Blue C M Y K H S L
Decimal 125 194 5 0.36 0 0.97 0.24 81.9 0.95 0.39
Hex 7D C2 5 24 0 61 18 52 5F 27
Octal 175 302 5 44 0 141 30 122 137 47
Binary 1111101 11000010 101 100100 0 1100001 11000 1010010 1011111 100111

Color Harmonies of #7DC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC205

Black with #7DC205

Text Example


Text Example

White with #7DC205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,5); }

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

background-color css

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

 a { background-color: rgb(125,194,5); }

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

border-color css

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

 span { border-color: rgb(125,194,5); }

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