Html Css Color HEX #83CD11 Lima

📋 copy color: '#83CD11'

red 131 ◦ green 205 ◦ blue 17

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

Shades of Lima #83CD11

Tints of Lima #83CD11

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.07%

 BLUE value IS 17 (7.03% from 255) = 4.82%

R = 37.11%
G = 58.07%
B = 4.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#83CD11 (or 0x83CD11) is known color: Lima. HEX triplet: 83, CD and 11. RGB value is (131,205,17). Sum of RGB (Red+Green+Blue) = 131+205+17=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CD11 is #7C32EE. Grayscale: #A2A2A2. Windows color (decimal): -8139503 or 1166723. OLE color: 1166723.

HSL color Cylindrical-coordinate representation of color #83CD11: hue angle of 83.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83CD11 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 205 17 -
CMYK 0.36 0 0.92 0.20
HSL 83.62º 0.85% 0.44% -
HSV(B) 83.62º 0.92% 0.8% -
XYZ 31.29 48.53 8.25 -
YUV 161.44 46.48 106.29 -
System Red Green Blue C M Y K H S L
Decimal 131 205 17 0.36 0 0.92 0.20 83.62 0.85 0.44
Hex 83 CD 11 24 0 5C 14 54 55 2C
Octal 203 315 21 44 0 134 24 124 125 54
Binary 10000011 11001101 10001 100100 0 1011100 10100 1010100 1010101 101100

Color Harmonies of #83CD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CD11

Black with #83CD11

Text Example


Text Example

White with #83CD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,205,17); }

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

background-color css

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

 a { background-color: rgb(131,205,17); }

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

border-color css

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

 span { border-color: rgb(131,205,17); }

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