Html Css Color HEX #7DB503 Lima

📋 copy color: '#7DB503'

red 125 ◦ green 181 ◦ blue 3

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

Shades of Lima #7DB503

Tints of Lima #7DB503

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.58%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 40.45%
G = 58.58%
B = 0.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#7DB503 (or 0x7DB503) is known color: Lima. HEX triplet: 7D, B5 and 03. RGB value is (125,181,3). Sum of RGB (Red+Green+Blue) = 125+181+3=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB503 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB503 is #824AFC. Grayscale: #909090. Windows color (decimal): -8538877 or 243069. OLE color: 243069.

HSL color Cylindrical-coordinate representation of color #7DB503: hue angle of 78.88º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB503 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 3 -
CMYK 0.31 0 0.98 0.29
HSL 78.88º 0.97% 0.36% -
HSV(B) 78.88º 0.98% 0.71% -
XYZ 25 37.41 5.99 -
YUV 143.96 48.45 114.47 -
System Red Green Blue C M Y K H S L
Decimal 125 181 3 0.31 0 0.98 0.29 78.88 0.97 0.36
Hex 7D B5 3 1F 0 62 1D 4F 61 24
Octal 175 265 3 37 0 142 35 117 141 44
Binary 1111101 10110101 11 11111 0 1100010 11101 1001111 1100001 100100

Color Harmonies of #7DB503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB503

Black with #7DB503

Text Example


Text Example

White with #7DB503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,3); }

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

background-color css

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

 a { background-color: rgb(125,181,3); }

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

border-color css

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

 span { border-color: rgb(125,181,3); }

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