Html Css Color HEX #83C87F De York

📋 copy color: '#83C87F'

red 131 ◦ green 200 ◦ blue 127

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

Shades of De York #83C87F

Tints of De York #83C87F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

 BLUE value IS 127 (50% from 255) = 27.73%

R = 28.6%
G = 43.67%
B = 27.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#83C87F (or 0x83C87F) is known color: De York. HEX triplet: 83, C8 and 7F. RGB value is (131,200,127). Sum of RGB (Red+Green+Blue) = 131+200+127=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #83C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C87F is #7C3780. Grayscale: #ABABAB. Windows color (decimal): -8140673 or 8374403. OLE color: 8374403.

HSL color Cylindrical-coordinate representation of color #83C87F: hue angle of 116.71º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83C87F is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 200 127 -
CMYK 0.34 0 0.36 0.22
HSL 116.71º 0.4% 0.64% -
HSV(B) 116.71º 0.37% 0.78% -
XYZ 33.85 47.67 27.5 -
YUV 171.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 131 200 127 0.34 0 0.36 0.22 116.71 0.4 0.64
Hex 83 C8 7F 22 0 24 16 75 28 40
Octal 203 310 177 42 0 44 26 165 50 100
Binary 10000011 11001000 1111111 100010 0 100100 10110 1110101 101000 1000000

Color Harmonies of #83C87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C87F

Black with #83C87F

Text Example


Text Example

White with #83C87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,200,127); }

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

background-color css

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

 a { background-color: rgb(131,200,127); }

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

border-color css

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

 span { border-color: rgb(131,200,127); }

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