#83C720

Color #83C720 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83C720

Tints of Lima #83C720

Color information

#83C720 (or 0x83C720) is unknown color: approx Lima. HEX triplet: 83, C7 and 20. RGB value is (131,199,32). Sum of RGB (Red+Green+Blue) = 131+199+32=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 199 (78.12% from 255 or 54.97% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 199 - color contains mainly: green. Hex color #83C720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C720 is #7C38DF. Grayscale: #A0A0A0. Windows color (decimal): -8141024 or 2148227. OLE color: 2148227.

HSL color Cylindrical-coordinate representation of color #83C720: hue angle of 84.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83C720 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB13119932-
CMYK0.3400.840.22
HSL84.43º72.29%45.29%-
HSV(B)84.43º83.92%78.04%-
XYZ30.0445.788.62-
YUV159.6355.97107.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 199 (78.12% from 255) = 54.97%
BLUE value IS 32 (12.89% from 255) = 8.84%
R=36.19%
G=54.97%
B=8.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131199320.3400.840.2284.4372.2945.29
Hex83C720220541654482d
Octal203307404201242612411055
Binary1000001111000111100000100010010101001011010101001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,199,32); }

 H1.HeaderClassName
 {
   color: #83C720;
 }
 .AnyTagClassName
 {
   color: #83C720;
 }
</style>
background-color css

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

 a { background-color: rgb(131,199,32); }

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

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

 span { border-color: rgb(131,199,32); }

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