Html Css Color HEX #83C215 Lima

📋 copy color: '#83C215'

red 131 ◦ green 194 ◦ blue 21

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

Shades of Lima #83C215

Tints of Lima #83C215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.07%

 BLUE value IS 21 (8.59% from 255) = 6.07%

R = 37.86%
G = 56.07%
B = 6.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#83C215 (or 0x83C215) is known color: Lima. HEX triplet: 83, C2 and 15. RGB value is (131,194,21). Sum of RGB (Red+Green+Blue) = 131+194+21=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #83C215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C215 is #7C3DEA. Grayscale: #9C9C9C. Windows color (decimal): -8142315 or 1426051. OLE color: 1426051.

HSL color Cylindrical-coordinate representation of color #83C215: hue angle of 81.85º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83C215 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 194 21 -
CMYK 0.32 0 0.89 0.24
HSL 81.85º 0.8% 0.42% -
HSV(B) 81.85º 0.89% 0.76% -
XYZ 28.79 43.46 7.58 -
YUV 155.44 52.13 110.57 -
System Red Green Blue C M Y K H S L
Decimal 131 194 21 0.32 0 0.89 0.24 81.85 0.8 0.42
Hex 83 C2 15 20 0 59 18 52 50 2A
Octal 203 302 25 40 0 131 30 122 120 52
Binary 10000011 11000010 10101 100000 0 1011001 11000 1010010 1010000 101010

Color Harmonies of #83C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C215

Black with #83C215

Text Example


Text Example

White with #83C215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,194,21); }

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

background-color css

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

 a { background-color: rgb(131,194,21); }

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

border-color css

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

 span { border-color: rgb(131,194,21); }

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