Html Css Color HEX #83BD08 Lima

📋 copy color: '#83BD08'

red 131 ◦ green 189 ◦ blue 8

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

Shades of Lima #83BD08

Tints of Lima #83BD08

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.62%

 BLUE value IS 8 (3.52% from 255) = 2.44%

R = 39.94%
G = 57.62%
B = 2.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#83BD08 (or 0x83BD08) is known color: Lima. HEX triplet: 83, BD and 08. RGB value is (131,189,8). Sum of RGB (Red+Green+Blue) = 131+189+8=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD08 is #7C42F7. Grayscale: #979797. Windows color (decimal): -8143608 or 572803. OLE color: 572803.

HSL color Cylindrical-coordinate representation of color #83BD08: hue angle of 79.23º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83BD08 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 189 8 -
CMYK 0.31 0 0.96 0.26
HSL 79.23º 0.92% 0.39% -
HSV(B) 79.23º 0.96% 0.74% -
XYZ 27.6 41.24 6.73 -
YUV 151.02 47.28 113.72 -
System Red Green Blue C M Y K H S L
Decimal 131 189 8 0.31 0 0.96 0.26 79.23 0.92 0.39
Hex 83 BD 8 1F 0 60 1A 4F 5C 27
Octal 203 275 10 37 0 140 32 117 134 47
Binary 10000011 10111101 1000 11111 0 1100000 11010 1001111 1011100 100111

Color Harmonies of #83BD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD08

Black with #83BD08

Text Example


Text Example

White with #83BD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,8); }

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

background-color css

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

 a { background-color: rgb(131,189,8); }

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

border-color css

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

 span { border-color: rgb(131,189,8); }

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