Html Css Color HEX #83D010 Lima

📋 copy color: '#83D010'

red 131 ◦ green 208 ◦ blue 16

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

Shades of Lima #83D010

Tints of Lima #83D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.59%

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 36.9%
G = 58.59%
B = 4.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#83D010 (or 0x83D010) is known color: Lima. HEX triplet: 83, D0 and 10. RGB value is (131,208,16). Sum of RGB (Red+Green+Blue) = 131+208+16=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #83D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D010 is #7C2FEF. Grayscale: #A3A3A3. Windows color (decimal): -8138736 or 1101955. OLE color: 1101955.

HSL color Cylindrical-coordinate representation of color #83D010: hue angle of 84.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83D010 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 208 16 -
CMYK 0.37 0 0.92 0.18
HSL 84.06º 0.86% 0.44% -
HSV(B) 84.06º 0.92% 0.82% -
XYZ 32.01 49.97 8.45 -
YUV 163.09 44.99 105.11 -
System Red Green Blue C M Y K H S L
Decimal 131 208 16 0.37 0 0.92 0.18 84.06 0.86 0.44
Hex 83 D0 10 25 0 5C 12 54 56 2C
Octal 203 320 20 45 0 134 22 124 126 54
Binary 10000011 11010000 10000 100101 0 1011100 10010 1010100 1010110 101100

Color Harmonies of #83D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D010

Black with #83D010

Text Example


Text Example

White with #83D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,208,16); }

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

background-color css

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

 a { background-color: rgb(131,208,16); }

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

border-color css

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

 span { border-color: rgb(131,208,16); }

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