Html Css Color HEX #83CD17 Lima

📋 copy color: '#83CD17'

red 131 ◦ green 205 ◦ blue 23

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

Shades of Lima #83CD17

Tints of Lima #83CD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.41%

R = 36.49%
G = 57.1%
B = 6.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#83CD17 (or 0x83CD17) is known color: Lima. HEX triplet: 83, CD and 17. RGB value is (131,205,23). Sum of RGB (Red+Green+Blue) = 131+205+23=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CD17 is #7C32E8. Grayscale: #A2A2A2. Windows color (decimal): -8139497 or 1559939. OLE color: 1559939.

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

Color convert

RGB 131 205 23 -
CMYK 0.36 0 0.89 0.20
HSL 84.4º 0.8% 0.45% -
HSV(B) 84.4º 0.89% 0.8% -
XYZ 31.35 48.55 8.53 -
YUV 162.13 49.48 105.8 -
System Red Green Blue C M Y K H S L
Decimal 131 205 23 0.36 0 0.89 0.20 84.4 0.8 0.45
Hex 83 CD 17 24 0 59 14 54 50 2D
Octal 203 315 27 44 0 131 24 124 120 55
Binary 10000011 11001101 10111 100100 0 1011001 10100 1010100 1010000 101101

Color Harmonies of #83CD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CD17

Black with #83CD17

Text Example


Text Example

White with #83CD17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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