Html Css Color HEX #83C575 De York

📋 copy color: '#83C575'

red 131 ◦ green 197 ◦ blue 117

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

Shades of De York #83C575

Tints of De York #83C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.27%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 29.44%
G = 44.27%
B = 26.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#83C575 (or 0x83C575) is known color: De York. HEX triplet: 83, C5 and 75. RGB value is (131,197,117). Sum of RGB (Red+Green+Blue) = 131+197+117=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #83C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C575 is #7C3A8A. Grayscale: #A8A8A8. Windows color (decimal): -8141451 or 7718275. OLE color: 7718275.

HSL color Cylindrical-coordinate representation of color #83C575: hue angle of 109.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83C575 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 197 117 -
CMYK 0.34 0 0.41 0.23
HSL 109.5º 0.41% 0.62% -
HSV(B) 109.5º 0.41% 0.77% -
XYZ 32.54 46.04 24 -
YUV 168.15 99.13 101.5 -
System Red Green Blue C M Y K H S L
Decimal 131 197 117 0.34 0 0.41 0.23 109.5 0.41 0.62
Hex 83 C5 75 22 0 29 17 6E 29 3E
Octal 203 305 165 42 0 51 27 156 51 76
Binary 10000011 11000101 1110101 100010 0 101001 10111 1101110 101001 111110

Color Harmonies of #83C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C575

Black with #83C575

Text Example


Text Example

White with #83C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,197,117); }

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

background-color css

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

 a { background-color: rgb(131,197,117); }

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

border-color css

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

 span { border-color: rgb(131,197,117); }

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