Html Css Color HEX #83BE0F Lima

📋 copy color: '#83BE0F'

red 131 ◦ green 190 ◦ blue 15

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

Shades of Lima #83BE0F

Tints of Lima #83BE0F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.55%

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 38.99%
G = 56.55%
B = 4.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#83BE0F (or 0x83BE0F) is known color: Lima. HEX triplet: 83, BE and 0F. RGB value is (131,190,15). Sum of RGB (Red+Green+Blue) = 131+190+15=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BE0F is #7C41F0. Grayscale: #999999. Windows color (decimal): -8143345 or 1031811. OLE color: 1031811.

HSL color Cylindrical-coordinate representation of color #83BE0F: hue angle of 80.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83BE0F is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 190 15 -
CMYK 0.31 0 0.92 0.25
HSL 80.23º 0.85% 0.4% -
HSV(B) 80.23º 0.92% 0.75% -
XYZ 27.86 41.69 7.03 -
YUV 152.41 50.45 112.73 -
System Red Green Blue C M Y K H S L
Decimal 131 190 15 0.31 0 0.92 0.25 80.23 0.85 0.4
Hex 83 BE F 1F 0 5C 19 50 55 28
Octal 203 276 17 37 0 134 31 120 125 50
Binary 10000011 10111110 1111 11111 0 1011100 11001 1010000 1010101 101000

Color Harmonies of #83BE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BE0F

Black with #83BE0F

Text Example


Text Example

White with #83BE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,190,15); }

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

background-color css

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

 a { background-color: rgb(131,190,15); }

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

border-color css

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

 span { border-color: rgb(131,190,15); }

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