Html Css Color HEX #7DB405 Lima

📋 copy color: '#7DB405'

red 125 ◦ green 180 ◦ blue 5

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

Shades of Lima #7DB405

Tints of Lima #7DB405

RGB

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

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

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

R = 40.32%
G = 58.06%
B = 1.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#7DB405 (or 0x7DB405) is known color: Lima. HEX triplet: 7D, B4 and 05. RGB value is (125,180,5). Sum of RGB (Red+Green+Blue) = 125+180+5=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB405 is #824BFA. Grayscale: #909090. Windows color (decimal): -8539131 or 373885. OLE color: 373885.

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

Color convert

RGB 125 180 5 -
CMYK 0.31 0 0.97 0.29
HSL 78.86º 0.95% 0.36% -
HSV(B) 78.86º 0.97% 0.71% -
XYZ 24.81 37.01 5.98 -
YUV 143.61 49.78 114.73 -
System Red Green Blue C M Y K H S L
Decimal 125 180 5 0.31 0 0.97 0.29 78.86 0.95 0.36
Hex 7D B4 5 1F 0 61 1D 4F 5F 24
Octal 175 264 5 37 0 141 35 117 137 44
Binary 1111101 10110100 101 11111 0 1100001 11101 1001111 1011111 100100

Color Harmonies of #7DB405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB405

Black with #7DB405

Text Example


Text Example

White with #7DB405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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