Html Css Color HEX #7DB404 Lima

📋 copy color: '#7DB404'

red 125 ◦ green 180 ◦ blue 4

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

Shades of Lima #7DB404

Tints of Lima #7DB404

RGB

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

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

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

R = 40.45%
G = 58.25%
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

#7DB404 (or 0x7DB404) is known color: Lima. HEX triplet: 7D, B4 and 04. RGB value is (125,180,4). Sum of RGB (Red+Green+Blue) = 125+180+4=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB404 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB404 is #824BFB. Grayscale: #909090. Windows color (decimal): -8539132 or 308349. OLE color: 308349.

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

Color convert

RGB 125 180 4 -
CMYK 0.31 0 0.98 0.29
HSL 78.75º 0.96% 0.36% -
HSV(B) 78.75º 0.98% 0.71% -
XYZ 24.8 37.01 5.95 -
YUV 143.49 49.28 114.81 -
System Red Green Blue C M Y K H S L
Decimal 125 180 4 0.31 0 0.98 0.29 78.75 0.96 0.36
Hex 7D B4 4 1F 0 62 1D 4F 60 24
Octal 175 264 4 37 0 142 35 117 140 44
Binary 1111101 10110100 100 11111 0 1100010 11101 1001111 1100000 100100

Color Harmonies of #7DB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB404

Black with #7DB404

Text Example


Text Example

White with #7DB404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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