Html Css Color HEX #83C674 De York

📋 copy color: '#83C674'

red 131 ◦ green 198 ◦ blue 116

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

Shades of De York #83C674

Tints of De York #83C674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 29.44%
G = 44.49%
B = 26.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#83C674 (or 0x83C674) is known color: De York. HEX triplet: 83, C6 and 74. RGB value is (131,198,116). Sum of RGB (Red+Green+Blue) = 131+198+116=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #83C674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C674 is #7C398B. Grayscale: #A8A8A8. Windows color (decimal): -8141196 or 7652995. OLE color: 7652995.

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

Color convert

RGB 131 198 116 -
CMYK 0.34 0 0.41 0.22
HSL 109.02º 0.42% 0.62% -
HSV(B) 109.02º 0.41% 0.78% -
XYZ 32.71 46.47 23.77 -
YUV 168.62 98.3 101.17 -
System Red Green Blue C M Y K H S L
Decimal 131 198 116 0.34 0 0.41 0.22 109.02 0.42 0.62
Hex 83 C6 74 22 0 29 16 6D 2A 3E
Octal 203 306 164 42 0 51 26 155 52 76
Binary 10000011 11000110 1110100 100010 0 101001 10110 1101101 101010 111110

Color Harmonies of #83C674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C674

Black with #83C674

Text Example


Text Example

White with #83C674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,198,116); }

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

background-color css

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

 a { background-color: rgb(131,198,116); }

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

border-color css

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

 span { border-color: rgb(131,198,116); }

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