Html Css Color HEX #83C208 Lima

📋 copy color: '#83C208'

red 131 ◦ green 194 ◦ blue 8

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

Shades of Lima #83C208

Tints of Lima #83C208

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.26%

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

R = 39.34%
G = 58.26%
B = 2.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#83C208 (or 0x83C208) is known color: Lima. HEX triplet: 83, C2 and 08. RGB value is (131,194,8). Sum of RGB (Red+Green+Blue) = 131+194+8=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #83C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C208 is #7C3DF7. Grayscale: #9A9A9A. Windows color (decimal): -8142328 or 574083. OLE color: 574083.

HSL color Cylindrical-coordinate representation of color #83C208: hue angle of 80.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83C208 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 194 8 -
CMYK 0.32 0 0.96 0.24
HSL 80.32º 0.92% 0.4% -
HSV(B) 80.32º 0.96% 0.76% -
XYZ 28.7 43.43 7.1 -
YUV 153.96 45.63 111.62 -
System Red Green Blue C M Y K H S L
Decimal 131 194 8 0.32 0 0.96 0.24 80.32 0.92 0.4
Hex 83 C2 8 20 0 60 18 50 5C 28
Octal 203 302 10 40 0 140 30 120 134 50
Binary 10000011 11000010 1000 100000 0 1100000 11000 1010000 1011100 101000

Color Harmonies of #83C208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C208

Black with #83C208

Text Example


Text Example

White with #83C208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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