#83CB12

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

Shades of Lima #83CB12

Tints of Lima #83CB12

Color information

#83CB12 (or 0x83CB12) is unknown color: approx Lima. HEX triplet: 83, CB and 12. RGB value is (131,203,18). Sum of RGB (Red+Green+Blue) = 131+203+18=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CB12 is #7C34ED. Grayscale: #A1A1A1. Windows color (decimal): -8140014 or 1231747. OLE color: 1231747.

HSL color Cylindrical-coordinate representation of color #83CB12: hue angle of 83.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83CB12 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB13120318-
CMYK0.3500.910.20
HSL83.35º83.71%43.33%-
HSV(B)83.35º91.13%79.61%-
XYZ30.8347.588.13-
YUV160.3847.65107.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 203 (79.69% from 255) = 57.67%
BLUE value IS 18 (7.42% from 255) = 5.11%
R=37.22%
G=57.67%
B=5.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131203180.3500.910.2083.3583.7143.33
Hex83CB122305B1453542b
Octal203313224301332412312453
Binary100000111100101110010100011010110111010010100111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,203,18); }

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

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

 a { background-color: rgb(131,203,18); }

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

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

 span { border-color: rgb(131,203,18); }

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