Html Css Color HEX #83CC12 Lima

📋 copy color: '#83CC12'

red 131 ◦ green 204 ◦ blue 18

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

Shades of Lima #83CC12

Tints of Lima #83CC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.79%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 37.11%
G = 57.79%
B = 5.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#83CC12 (or 0x83CC12) is known color: Lima. HEX triplet: 83, CC and 12. RGB value is (131,204,18). Sum of RGB (Red+Green+Blue) = 131+204+18=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CC12 is #7C33ED. Grayscale: #A1A1A1. Windows color (decimal): -8139758 or 1232003. OLE color: 1232003.

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

Color convert

RGB 131 204 18 -
CMYK 0.36 0 0.91 0.2
HSL 83.55º 0.84% 0.44% -
HSV(B) 83.55º 0.91% 0.8% -
XYZ 31.06 48.05 8.21 -
YUV 160.97 47.32 106.62 -
System Red Green Blue C M Y K H S L
Decimal 131 204 18 0.36 0 0.91 0.2 83.55 0.84 0.44
Hex 83 CC 12 24 0 5B 14 54 54 2C
Octal 203 314 22 44 0 133 24 124 124 54
Binary 10000011 11001100 10010 100100 0 1011011 10100 1010100 1010100 101100

Color Harmonies of #83CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC12

Black with #83CC12

Text Example


Text Example

White with #83CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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