Html Css Color HEX #83C380 De York

📋 copy color: '#83C380'

red 131 ◦ green 195 ◦ blue 128

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

Shades of De York #83C380

Tints of De York #83C380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 28.85%
G = 42.95%
B = 28.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#83C380 (or 0x83C380) is known color: De York. HEX triplet: 83, C3 and 80. RGB value is (131,195,128). Sum of RGB (Red+Green+Blue) = 131+195+128=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #83C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C380 is #7C3C7F. Grayscale: #A8A8A8. Windows color (decimal): -8141952 or 8438659. OLE color: 8438659.

HSL color Cylindrical-coordinate representation of color #83C380: hue angle of 117.31º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C380 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 195 128 -
CMYK 0.33 0 0.34 0.24
HSL 117.31º 0.36% 0.63% -
HSV(B) 117.31º 0.34% 0.76% -
XYZ 32.77 45.41 27.46 -
YUV 168.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 131 195 128 0.33 0 0.34 0.24 117.31 0.36 0.63
Hex 83 C3 80 21 0 22 18 75 24 3F
Octal 203 303 200 41 0 42 30 165 44 77
Binary 10000011 11000011 10000000 100001 0 100010 11000 1110101 100100 111111

Color Harmonies of #83C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C380

Black with #83C380

Text Example


Text Example

White with #83C380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,195,128); }

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

background-color css

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

 a { background-color: rgb(131,195,128); }

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

border-color css

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

 span { border-color: rgb(131,195,128); }

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