Html Css Color HEX #7DB509 Lima

📋 copy color: '#7DB509'

red 125 ◦ green 181 ◦ blue 9

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

Shades of Lima #7DB509

Tints of Lima #7DB509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.86%

R = 39.68%
G = 57.46%
B = 2.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#7DB509 (or 0x7DB509) is known color: Lima. HEX triplet: 7D, B5 and 09. RGB value is (125,181,9). Sum of RGB (Red+Green+Blue) = 125+181+9=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB509 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB509 is #824AF6. Grayscale: #919191. Windows color (decimal): -8538871 or 636285. OLE color: 636285.

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

Color convert

RGB 125 181 9 -
CMYK 0.31 0 0.95 0.29
HSL 79.53º 0.91% 0.37% -
HSV(B) 79.53º 0.95% 0.71% -
XYZ 25.03 37.43 6.16 -
YUV 144.65 51.45 113.99 -
System Red Green Blue C M Y K H S L
Decimal 125 181 9 0.31 0 0.95 0.29 79.53 0.91 0.37
Hex 7D B5 9 1F 0 5F 1D 50 5B 25
Octal 175 265 11 37 0 137 35 120 133 45
Binary 1111101 10110101 1001 11111 0 1011111 11101 1010000 1011011 100101

Color Harmonies of #7DB509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB509

Black with #7DB509

Text Example


Text Example

White with #7DB509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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