Html Css Color HEX #83CA16 Lima

📋 copy color: '#83CA16'

red 131 ◦ green 202 ◦ blue 22

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

Shades of Lima #83CA16

Tints of Lima #83CA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.9%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 36.9%
G = 56.9%
B = 6.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#83CA16 (or 0x83CA16) is known color: Lima. HEX triplet: 83, CA and 16. RGB value is (131,202,22). Sum of RGB (Red+Green+Blue) = 131+202+22=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CA16 is #7C35E9. Grayscale: #A0A0A0. Windows color (decimal): -8140266 or 1493635. OLE color: 1493635.

HSL color Cylindrical-coordinate representation of color #83CA16: hue angle of 83.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83CA16 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 202 22 -
CMYK 0.35 0 0.89 0.21
HSL 83.67º 0.8% 0.44% -
HSV(B) 83.67º 0.89% 0.79% -
XYZ 30.63 47.12 8.24 -
YUV 160.25 49.98 107.14 -
System Red Green Blue C M Y K H S L
Decimal 131 202 22 0.35 0 0.89 0.21 83.67 0.8 0.44
Hex 83 CA 16 23 0 59 15 54 50 2C
Octal 203 312 26 43 0 131 25 124 120 54
Binary 10000011 11001010 10110 100011 0 1011001 10101 1010100 1010000 101100

Color Harmonies of #83CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CA16

Black with #83CA16

Text Example


Text Example

White with #83CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,202,22); }

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

background-color css

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

 a { background-color: rgb(131,202,22); }

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

border-color css

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

 span { border-color: rgb(131,202,22); }

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