Html Css Color HEX #7DBA12 Lima

📋 copy color: '#7DBA12'

red 125 ◦ green 186 ◦ blue 18

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

Shades of Lima #7DBA12

Tints of Lima #7DBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 37.99%
G = 56.53%
B = 5.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7DBA12 (or 0x7DBA12) is known color: Lima. HEX triplet: 7D, BA and 12. RGB value is (125,186,18). Sum of RGB (Red+Green+Blue) = 125+186+18=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA12 is #8245ED. Grayscale: #959595. Windows color (decimal): -8537582 or 1227389. OLE color: 1227389.

HSL color Cylindrical-coordinate representation of color #7DBA12: hue angle of 81.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DBA12 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 18 -
CMYK 0.33 0 0.90 0.27
HSL 81.79º 0.82% 0.4% -
HSV(B) 81.79º 0.9% 0.73% -
XYZ 26.13 39.52 6.82 -
YUV 148.61 54.29 111.16 -
System Red Green Blue C M Y K H S L
Decimal 125 186 18 0.33 0 0.90 0.27 81.79 0.82 0.4
Hex 7D BA 12 21 0 5A 1B 52 52 28
Octal 175 272 22 41 0 132 33 122 122 50
Binary 1111101 10111010 10010 100001 0 1011010 11011 1010010 1010010 101000

Color Harmonies of #7DBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA12

Black with #7DBA12

Text Example


Text Example

White with #7DBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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