Html Css Color HEX #83B807 Lima

📋 copy color: '#83B807'

red 131 ◦ green 184 ◦ blue 7

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

Shades of Lima #83B807

Tints of Lima #83B807

RGB

 RED value IS 131 (51.56% from 255) = 40.68%

 GREEN value IS 184 (72.27% from 255) = 57.14%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 40.68%
G = 57.14%
B = 2.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#83B807 (or 0x83B807) is known color: Lima. HEX triplet: 83, B8 and 07. RGB value is (131,184,7). Sum of RGB (Red+Green+Blue) = 131+184+7=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #83B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B807 is #7C47F8. Grayscale: #949494. Windows color (decimal): -8144889 or 505987. OLE color: 505987.

HSL color Cylindrical-coordinate representation of color #83B807: hue angle of 77.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83B807 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 184 7 -
CMYK 0.29 0 0.96 0.28
HSL 77.97º 0.93% 0.37% -
HSV(B) 77.97º 0.96% 0.72% -
XYZ 26.54 39.12 6.35 -
YUV 147.98 48.44 115.89 -
System Red Green Blue C M Y K H S L
Decimal 131 184 7 0.29 0 0.96 0.28 77.97 0.93 0.37
Hex 83 B8 7 1D 0 60 1C 4E 5D 25
Octal 203 270 7 35 0 140 34 116 135 45
Binary 10000011 10111000 111 11101 0 1100000 11100 1001110 1011101 100101

Color Harmonies of #83B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B807

Black with #83B807

Text Example


Text Example

White with #83B807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83B807; }

 p { color: rgb(131,184,7); }

 H1.HeaderClassName
 {
   color: #83B807;
 }
 .AnyTagClassName
 {
   color: #83B807;
 }
</style>

background-color css

<style>
 a { background-color: #83B807; }

 a { background-color: rgb(131,184,7); }

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

border-color css

<style>
 span { border-color: #83B807; }

 span { border-color: rgb(131,184,7); }

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