Html Css Color HEX #83BA7D De York

📋 copy color: '#83BA7D'

red 131 ◦ green 186 ◦ blue 125

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

Shades of De York #83BA7D

Tints of De York #83BA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.08%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 29.64%
G = 42.08%
B = 28.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#83BA7D (or 0x83BA7D) is known color: De York. HEX triplet: 83, BA and 7D. RGB value is (131,186,125). Sum of RGB (Red+Green+Blue) = 131+186+125=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BA7D is #7C4582. Grayscale: #A2A2A2. Windows color (decimal): -8144259 or 8239747. OLE color: 8239747.

HSL color Cylindrical-coordinate representation of color #83BA7D: hue angle of 114.1º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83BA7D is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 125 -
CMYK 0.30 0 0.33 0.27
HSL 114.1º 0.31% 0.61% -
HSV(B) 114.1º 0.33% 0.73% -
XYZ 30.62 41.42 25.78 -
YUV 162.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 131 186 125 0.30 0 0.33 0.27 114.1 0.31 0.61
Hex 83 BA 7D 1E 0 21 1B 72 1F 3D
Octal 203 272 175 36 0 41 33 162 37 75
Binary 10000011 10111010 1111101 11110 0 100001 11011 1110010 11111 111101

Color Harmonies of #83BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA7D

Black with #83BA7D

Text Example


Text Example

White with #83BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,125); }

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

background-color css

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

 a { background-color: rgb(131,186,125); }

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

border-color css

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

 span { border-color: rgb(131,186,125); }

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