Html Css Color HEX #7DB407 Lima

📋 copy color: '#7DB407'

red 125 ◦ green 180 ◦ blue 7

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

Shades of Lima #7DB407

Tints of Lima #7DB407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.69%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 40.06%
G = 57.69%
B = 2.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#7DB407 (or 0x7DB407) is known color: Lima. HEX triplet: 7D, B4 and 07. RGB value is (125,180,7). Sum of RGB (Red+Green+Blue) = 125+180+7=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB407 is #824BF8. Grayscale: #909090. Windows color (decimal): -8539129 or 504957. OLE color: 504957.

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

Color convert

RGB 125 180 7 -
CMYK 0.31 0 0.96 0.29
HSL 79.08º 0.93% 0.37% -
HSV(B) 79.08º 0.96% 0.71% -
XYZ 24.82 37.02 6.04 -
YUV 143.83 50.78 114.57 -
System Red Green Blue C M Y K H S L
Decimal 125 180 7 0.31 0 0.96 0.29 79.08 0.93 0.37
Hex 7D B4 7 1F 0 60 1D 4F 5D 25
Octal 175 264 7 37 0 140 35 117 135 45
Binary 1111101 10110100 111 11111 0 1100000 11101 1001111 1011101 100101

Color Harmonies of #7DB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB407

Black with #7DB407

Text Example


Text Example

White with #7DB407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,7); }

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

background-color css

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

 a { background-color: rgb(125,180,7); }

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

border-color css

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

 span { border-color: rgb(125,180,7); }

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