Html Css Color HEX #7DB904 Lima

📋 copy color: '#7DB904'

red 125 ◦ green 185 ◦ blue 4

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

Shades of Lima #7DB904

Tints of Lima #7DB904

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.92%

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

R = 39.81%
G = 58.92%
B = 1.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#7DB904 (or 0x7DB904) is known color: Lima. HEX triplet: 7D, B9 and 04. RGB value is (125,185,4). Sum of RGB (Red+Green+Blue) = 125+185+4=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 185 (72.66% from 255 or 58.92% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB904 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB904 is #8246FB. Grayscale: #939393. Windows color (decimal): -8537852 or 309629. OLE color: 309629.

HSL color Cylindrical-coordinate representation of color #7DB904: hue angle of 79.89º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB904 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 185 4 -
CMYK 0.32 0 0.98 0.27
HSL 79.89º 0.96% 0.37% -
HSV(B) 79.89º 0.98% 0.73% -
XYZ 25.83 39.07 6.29 -
YUV 146.43 47.62 112.72 -
System Red Green Blue C M Y K H S L
Decimal 125 185 4 0.32 0 0.98 0.27 79.89 0.96 0.37
Hex 7D B9 4 20 0 62 1B 50 60 25
Octal 175 271 4 40 0 142 33 120 140 45
Binary 1111101 10111001 100 100000 0 1100010 11011 1010000 1100000 100101

Color Harmonies of #7DB904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB904

Black with #7DB904

Text Example


Text Example

White with #7DB904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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