Html Css Color HEX #83BF7F De York

📋 copy color: '#83BF7F'

red 131 ◦ green 191 ◦ blue 127

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

Shades of De York #83BF7F

Tints of De York #83BF7F

RGB

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

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

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

R = 29.18%
G = 42.54%
B = 28.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#83BF7F (or 0x83BF7F) is known color: De York. HEX triplet: 83, BF and 7F. RGB value is (131,191,127). Sum of RGB (Red+Green+Blue) = 131+191+127=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BF7F is #7C4080. Grayscale: #A5A5A5. Windows color (decimal): -8142977 or 8372099. OLE color: 8372099.

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

Color convert

RGB 131 191 127 -
CMYK 0.31 0 0.34 0.25
HSL 116.25º 0.33% 0.62% -
HSV(B) 116.25º 0.34% 0.75% -
XYZ 31.82 43.62 26.82 -
YUV 165.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 131 191 127 0.31 0 0.34 0.25 116.25 0.33 0.62
Hex 83 BF 7F 1F 0 22 19 74 21 3E
Octal 203 277 177 37 0 42 31 164 41 76
Binary 10000011 10111111 1111111 11111 0 100010 11001 1110100 100001 111110

Color Harmonies of #83BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF7F

Black with #83BF7F

Text Example


Text Example

White with #83BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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