Html Css Color HEX #7BAD1F Lima

📋 copy color: '#7BAD1F'

red 123 ◦ green 173 ◦ blue 31

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

Shades of Lima #7BAD1F

Tints of Lima #7BAD1F

RGB

 RED value IS 123 (48.44% from 255) = 37.61%

 GREEN value IS 173 (67.97% from 255) = 52.91%

 BLUE value IS 31 (12.5% from 255) = 9.48%

R = 37.61%
G = 52.91%
B = 9.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#7BAD1F (or 0x7BAD1F) is known color: Lima. HEX triplet: 7B, AD and 1F. RGB value is (123,173,31). Sum of RGB (Red+Green+Blue) = 123+173+31=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAD1F is #8452E0. Grayscale: #8E8E8E. Windows color (decimal): -8671969 or 2076027. OLE color: 2076027.

HSL color Cylindrical-coordinate representation of color #7BAD1F: hue angle of 81.13º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7BAD1F is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 173 31 -
CMYK 0.29 0 0.82 0.32
HSL 81.13º 0.7% 0.4% -
HSV(B) 81.13º 0.82% 0.68% -
XYZ 23.36 34.2 6.67 -
YUV 141.86 65.44 114.55 -
System Red Green Blue C M Y K H S L
Decimal 123 173 31 0.29 0 0.82 0.32 81.13 0.7 0.4
Hex 7B AD 1F 1D 0 52 20 51 46 28
Octal 173 255 37 35 0 122 40 121 106 50
Binary 1111011 10101101 11111 11101 0 1010010 100000 1010001 1000110 101000

Color Harmonies of #7BAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAD1F

Black with #7BAD1F

Text Example


Text Example

White with #7BAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,173,31); }

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

background-color css

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

 a { background-color: rgb(123,173,31); }

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

border-color css

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

 span { border-color: rgb(123,173,31); }

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