Html Css Color HEX #83BC7C De York

📋 copy color: '#83BC7C'

red 131 ◦ green 188 ◦ blue 124

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

Shades of De York #83BC7C

Tints of De York #83BC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 29.57%
G = 42.44%
B = 27.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#83BC7C (or 0x83BC7C) is known color: De York. HEX triplet: 83, BC and 7C. RGB value is (131,188,124). Sum of RGB (Red+Green+Blue) = 131+188+124=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC7C is #7C4383. Grayscale: #A3A3A3. Windows color (decimal): -8143748 or 8174723. OLE color: 8174723.

HSL color Cylindrical-coordinate representation of color #83BC7C: hue angle of 113.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83BC7C is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 124 -
CMYK 0.30 0 0.34 0.26
HSL 113.44º 0.32% 0.61% -
HSV(B) 113.44º 0.34% 0.74% -
XYZ 30.98 42.25 25.59 -
YUV 163.66 105.62 104.7 -
System Red Green Blue C M Y K H S L
Decimal 131 188 124 0.30 0 0.34 0.26 113.44 0.32 0.61
Hex 83 BC 7C 1E 0 22 1A 71 20 3D
Octal 203 274 174 36 0 42 32 161 40 75
Binary 10000011 10111100 1111100 11110 0 100010 11010 1110001 100000 111101

Color Harmonies of #83BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC7C

Black with #83BC7C

Text Example


Text Example

White with #83BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,124); }

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

background-color css

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

 a { background-color: rgb(131,188,124); }

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

border-color css

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

 span { border-color: rgb(131,188,124); }

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