Html Css Color HEX #83C38F De York

📋 copy color: '#83C38F'

red 131 ◦ green 195 ◦ blue 143

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

Shades of De York #83C38F

Tints of De York #83C38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.49%

R = 27.93%
G = 41.58%
B = 30.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#83C38F (or 0x83C38F) is known color: De York. HEX triplet: 83, C3 and 8F. RGB value is (131,195,143). Sum of RGB (Red+Green+Blue) = 131+195+143=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #83C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C38F is #7C3C70. Grayscale: #AAAAAA. Windows color (decimal): -8141937 or 9421699. OLE color: 9421699.

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

Color convert

RGB 131 195 143 -
CMYK 0.33 0 0.27 0.24
HSL 131.25º 0.35% 0.64% -
HSV(B) 131.25º 0.33% 0.76% -
XYZ 33.83 45.84 33.05 -
YUV 169.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 131 195 143 0.33 0 0.27 0.24 131.25 0.35 0.64
Hex 83 C3 8F 21 0 1B 18 83 23 40
Octal 203 303 217 41 0 33 30 203 43 100
Binary 10000011 11000011 10001111 100001 0 11011 11000 10000011 100011 1000000

Color Harmonies of #83C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C38F

Black with #83C38F

Text Example


Text Example

White with #83C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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