Html Css Color HEX #7DB504 Lima

📋 copy color: '#7DB504'

red 125 ◦ green 181 ◦ blue 4

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

Shades of Lima #7DB504

Tints of Lima #7DB504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 40.32%
G = 58.39%
B = 1.29%

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

#7DB504 (or 0x7DB504) is known color: Lima. HEX triplet: 7D, B5 and 04. RGB value is (125,181,4). Sum of RGB (Red+Green+Blue) = 125+181+4=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB504 is #824AFB. Grayscale: #909090. Windows color (decimal): -8538876 or 308605. OLE color: 308605.

HSL color Cylindrical-coordinate representation of color #7DB504: hue angle of 78.98º degrees, saturation: 0.96, 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 #7DB504 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 4 -
CMYK 0.31 0 0.98 0.29
HSL 78.98º 0.96% 0.36% -
HSV(B) 78.98º 0.98% 0.71% -
XYZ 25 37.42 6.02 -
YUV 144.08 48.95 114.39 -
System Red Green Blue C M Y K H S L
Decimal 125 181 4 0.31 0 0.98 0.29 78.98 0.96 0.36
Hex 7D B5 4 1F 0 62 1D 4F 60 24
Octal 175 265 4 37 0 142 35 117 140 44
Binary 1111101 10110101 100 11111 0 1100010 11101 1001111 1100000 100100

Color Harmonies of #7DB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB504

Black with #7DB504

Text Example


Text Example

White with #7DB504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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