Html Css Color HEX #83C90D Lima

📋 copy color: '#83C90D'

red 131 ◦ green 201 ◦ blue 13

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

Shades of Lima #83C90D

Tints of Lima #83C90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.26%

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 37.97%
G = 58.26%
B = 3.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#83C90D (or 0x83C90D) is known color: Lima. HEX triplet: 83, C9 and 0D. RGB value is (131,201,13). Sum of RGB (Red+Green+Blue) = 131+201+13=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #83C90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C90D is #7C36F2. Grayscale: #9F9F9F. Windows color (decimal): -8140531 or 903555. OLE color: 903555.

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

Color convert

RGB 131 201 13 -
CMYK 0.35 0 0.94 0.21
HSL 82.34º 0.88% 0.42% -
HSV(B) 82.34º 0.94% 0.79% -
XYZ 30.32 46.63 7.78 -
YUV 158.64 45.81 108.29 -
System Red Green Blue C M Y K H S L
Decimal 131 201 13 0.35 0 0.94 0.21 82.34 0.88 0.42
Hex 83 C9 D 23 0 5E 15 52 58 2A
Octal 203 311 15 43 0 136 25 122 130 52
Binary 10000011 11001001 1101 100011 0 1011110 10101 1010010 1011000 101010

Color Harmonies of #83C90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C90D

Black with #83C90D

Text Example


Text Example

White with #83C90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,201,13); }

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

background-color css

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

 a { background-color: rgb(131,201,13); }

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

border-color css

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

 span { border-color: rgb(131,201,13); }

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