Html Css Color HEX #7DBA09 Lima

📋 copy color: '#7DBA09'

red 125 ◦ green 186 ◦ blue 9

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

Shades of Lima #7DBA09

Tints of Lima #7DBA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.13%

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

R = 39.06%
G = 58.13%
B = 2.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#7DBA09 (or 0x7DBA09) is known color: Lima. HEX triplet: 7D, BA and 09. RGB value is (125,186,9). Sum of RGB (Red+Green+Blue) = 125+186+9=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA09 is #8245F6. Grayscale: #949494. Windows color (decimal): -8537591 or 637565. OLE color: 637565.

HSL color Cylindrical-coordinate representation of color #7DBA09: hue angle of 80.68º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DBA09 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 9 -
CMYK 0.33 0 0.95 0.27
HSL 80.68º 0.91% 0.38% -
HSV(B) 80.68º 0.95% 0.73% -
XYZ 26.07 39.5 6.51 -
YUV 147.58 49.79 111.89 -
System Red Green Blue C M Y K H S L
Decimal 125 186 9 0.33 0 0.95 0.27 80.68 0.91 0.38
Hex 7D BA 9 21 0 5F 1B 51 5B 26
Octal 175 272 11 41 0 137 33 121 133 46
Binary 1111101 10111010 1001 100001 0 1011111 11011 1010001 1011011 100110

Color Harmonies of #7DBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA09

Black with #7DBA09

Text Example


Text Example

White with #7DBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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