Html Css Color HEX #83BF8E De York

📋 copy color: '#83BF8E'

red 131 ◦ green 191 ◦ blue 142

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

Shades of De York #83BF8E

Tints of De York #83BF8E

RGB

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

 GREEN value IS 191 (75% from 255) = 41.16%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 28.23%
G = 41.16%
B = 30.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#83BF8E (or 0x83BF8E) is known color: De York. HEX triplet: 83, BF and 8E. RGB value is (131,191,142). Sum of RGB (Red+Green+Blue) = 131+191+142=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF8E is #7C4071. Grayscale: #A7A7A7. Windows color (decimal): -8142962 or 9355139. OLE color: 9355139.

HSL color Cylindrical-coordinate representation of color #83BF8E: hue angle of 131º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BF8E is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 142 -
CMYK 0.31 0 0.26 0.25
HSL 131º 0.32% 0.63% -
HSV(B) 131º 0.31% 0.75% -
XYZ 32.87 44.04 32.36 -
YUV 167.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 131 191 142 0.31 0 0.26 0.25 131 0.32 0.63
Hex 83 BF 8E 1F 0 1A 19 83 20 3F
Octal 203 277 216 37 0 32 31 203 40 77
Binary 10000011 10111111 10001110 11111 0 11010 11001 10000011 100000 111111

Color Harmonies of #83BF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF8E

Black with #83BF8E

Text Example


Text Example

White with #83BF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,191,142); }

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

background-color css

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

 a { background-color: rgb(131,191,142); }

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

border-color css

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

 span { border-color: rgb(131,191,142); }

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