Html Css Color HEX #7DB900 Lima

📋 copy color: '#7DB900'

red 125 ◦ green 185 ◦ blue 0

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

Shades of Lima #7DB900

Tints of Lima #7DB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.32%
G = 59.68%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#7DB900 (or 0x7DB900) is known color: Lima. HEX triplet: 7D, B9 and 00. RGB value is (125,185,0). Sum of RGB (Red+Green+Blue) = 125+185+0=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB900 is #8246FF. Grayscale: #929292. Windows color (decimal): -8537856 or 47485. OLE color: 47485.

HSL color Cylindrical-coordinate representation of color #7DB900: hue angle of 79.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DB900 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 0 -
CMYK 0.32 0 1 0.27
HSL 79.46º 1% 0.36% -
HSV(B) 79.46º 1% 0.73% -
XYZ 25.81 39.06 6.18 -
YUV 145.97 45.62 113.04 -
System Red Green Blue C M Y K H S L
Decimal 125 185 0 0.32 0 1 0.27 79.46 1 0.36
Hex 7D B9 0 20 0 64 1B 4F 64 24
Octal 175 271 0 40 0 144 33 117 144 44
Binary 1111101 10111001 0 100000 0 1100100 11011 1001111 1100100 100100

Color Harmonies of #7DB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB900

Black with #7DB900

Text Example


Text Example

White with #7DB900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,0); }

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

background-color css

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

 a { background-color: rgb(125,185,0); }

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

border-color css

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

 span { border-color: rgb(125,185,0); }

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