Html Css Color HEX #83BF7D De York

📋 copy color: '#83BF7D'

red 131 ◦ green 191 ◦ blue 125

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

Shades of De York #83BF7D

Tints of De York #83BF7D

RGB

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

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

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

R = 29.31%
G = 42.73%
B = 27.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#83BF7D (or 0x83BF7D) is known color: De York. HEX triplet: 83, BF and 7D. RGB value is (131,191,125). Sum of RGB (Red+Green+Blue) = 131+191+125=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BF7D is #7C4082. Grayscale: #A5A5A5. Windows color (decimal): -8142979 or 8241027. OLE color: 8241027.

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

Color convert

RGB 131 191 125 -
CMYK 0.31 0 0.35 0.25
HSL 114.55º 0.34% 0.62% -
HSV(B) 114.55º 0.35% 0.75% -
XYZ 31.69 43.57 26.14 -
YUV 165.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 131 191 125 0.31 0 0.35 0.25 114.55 0.34 0.62
Hex 83 BF 7D 1F 0 23 19 73 22 3E
Octal 203 277 175 37 0 43 31 163 42 76
Binary 10000011 10111111 1111101 11111 0 100011 11001 1110011 100010 111110

Color Harmonies of #83BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF7D

Black with #83BF7D

Text Example


Text Example

White with #83BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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