Html Css Color HEX #83DC9A Chinook

📋 copy color: '#83DC9A'

red 131 ◦ green 220 ◦ blue 154

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

Shades of Chinook #83DC9A

Tints of Chinook #83DC9A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 25.94%
G = 43.56%
B = 30.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#83DC9A (or 0x83DC9A) is known color: Chinook. HEX triplet: 83, DC and 9A. RGB value is (131,220,154). Sum of RGB (Red+Green+Blue) = 131+220+154=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DC9A is #7C2365. Grayscale: #BABABA. Windows color (decimal): -8135526 or 10148995. OLE color: 10148995.

HSL color Cylindrical-coordinate representation of color #83DC9A: hue angle of 135.51º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DC9A is Cyan = 0.40, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 220 154 -
CMYK 0.40 0 0.3 0.14
HSL 135.51º 0.56% 0.69% -
HSV(B) 135.51º 0.4% 0.86% -
XYZ 40.79 58.34 39.68 -
YUV 185.87 110.01 88.87 -
System Red Green Blue C M Y K H S L
Decimal 131 220 154 0.40 0 0.3 0.14 135.51 0.56 0.69
Hex 83 DC 9A 28 0 1E E 88 38 45
Octal 203 334 232 50 0 36 16 210 70 105
Binary 10000011 11011100 10011010 101000 0 11110 1110 10001000 111000 1000101

Color Harmonies of #83DC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DC9A

Black with #83DC9A

Text Example


Text Example

White with #83DC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,220,154); }

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

background-color css

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

 a { background-color: rgb(131,220,154); }

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

border-color css

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

 span { border-color: rgb(131,220,154); }

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