Html Css Color HEX #83C18D De York

📋 copy color: '#83C18D'

red 131 ◦ green 193 ◦ blue 141

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

Shades of De York #83C18D

Tints of De York #83C18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.51%

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 28.17%
G = 41.51%
B = 30.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#83C18D (or 0x83C18D) is known color: De York. HEX triplet: 83, C1 and 8D. RGB value is (131,193,141). Sum of RGB (Red+Green+Blue) = 131+193+141=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #83C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C18D is #7C3E72. Grayscale: #A8A8A8. Windows color (decimal): -8142451 or 9290115. OLE color: 9290115.

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

Color convert

RGB 131 193 141 -
CMYK 0.32 0 0.27 0.24
HSL 129.68º 0.33% 0.64% -
HSV(B) 129.68º 0.32% 0.76% -
XYZ 33.24 44.89 32.11 -
YUV 168.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 131 193 141 0.32 0 0.27 0.24 129.68 0.33 0.64
Hex 83 C1 8D 20 0 1B 18 82 21 40
Octal 203 301 215 40 0 33 30 202 41 100
Binary 10000011 11000001 10001101 100000 0 11011 11000 10000010 100001 1000000

Color Harmonies of #83C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C18D

Black with #83C18D

Text Example


Text Example

White with #83C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,193,141); }

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

background-color css

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

 a { background-color: rgb(131,193,141); }

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

border-color css

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

 span { border-color: rgb(131,193,141); }

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