Html Css Color HEX #83C321 Lima

📋 copy color: '#83C321'

red 131 ◦ green 195 ◦ blue 33

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

Shades of Lima #83C321

Tints of Lima #83C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.32%

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 36.49%
G = 54.32%
B = 9.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#83C321 (or 0x83C321) is known color: Lima. HEX triplet: 83, C3 and 21. RGB value is (131,195,33). Sum of RGB (Red+Green+Blue) = 131+195+33=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #83C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C321 is #7C3CDE. Grayscale: #9D9D9D. Windows color (decimal): -8142047 or 2212739. OLE color: 2212739.

HSL color Cylindrical-coordinate representation of color #83C321: hue angle of 83.7º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83C321 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 195 33 -
CMYK 0.33 0 0.83 0.24
HSL 83.7º 0.71% 0.45% -
HSV(B) 83.7º 0.83% 0.76% -
XYZ 29.15 43.97 8.39 -
YUV 157.4 57.8 109.17 -
System Red Green Blue C M Y K H S L
Decimal 131 195 33 0.33 0 0.83 0.24 83.7 0.71 0.45
Hex 83 C3 21 21 0 53 18 54 47 2D
Octal 203 303 41 41 0 123 30 124 107 55
Binary 10000011 11000011 100001 100001 0 1010011 11000 1010100 1000111 101101

Color Harmonies of #83C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C321

Black with #83C321

Text Example


Text Example

White with #83C321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,195,33); }

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

background-color css

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

 a { background-color: rgb(131,195,33); }

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

border-color css

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

 span { border-color: rgb(131,195,33); }

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