Html Css Color HEX #83C60F Lima

📋 copy color: '#83C60F'

red 131 ◦ green 198 ◦ blue 15

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

Shades of Lima #83C60F

Tints of Lima #83C60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.56%

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

R = 38.08%
G = 57.56%
B = 4.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#83C60F (or 0x83C60F) is known color: Lima. HEX triplet: 83, C6 and 0F. RGB value is (131,198,15). Sum of RGB (Red+Green+Blue) = 131+198+15=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #83C60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C60F is #7C39F0. Grayscale: #9D9D9D. Windows color (decimal): -8141297 or 1033859. OLE color: 1033859.

HSL color Cylindrical-coordinate representation of color #83C60F: hue angle of 81.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83C60F is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 198 15 -
CMYK 0.34 0 0.92 0.22
HSL 81.97º 0.86% 0.42% -
HSV(B) 81.97º 0.92% 0.78% -
XYZ 29.64 45.25 7.62 -
YUV 157.11 47.8 109.38 -
System Red Green Blue C M Y K H S L
Decimal 131 198 15 0.34 0 0.92 0.22 81.97 0.86 0.42
Hex 83 C6 F 22 0 5C 16 52 56 2A
Octal 203 306 17 42 0 134 26 122 126 52
Binary 10000011 11000110 1111 100010 0 1011100 10110 1010010 1010110 101010

Color Harmonies of #83C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C60F

Black with #83C60F

Text Example


Text Example

White with #83C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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