Html Css Color HEX #83C68F De York

📋 copy color: '#83C68F'

red 131 ◦ green 198 ◦ blue 143

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

Shades of De York #83C68F

Tints of De York #83C68F

RGB

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

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

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

R = 27.75%
G = 41.95%
B = 30.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#83C68F (or 0x83C68F) is known color: De York. HEX triplet: 83, C6 and 8F. RGB value is (131,198,143). Sum of RGB (Red+Green+Blue) = 131+198+143=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #83C68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C68F is #7C3970. Grayscale: #ABABAB. Windows color (decimal): -8141169 or 9422467. OLE color: 9422467.

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

Color convert

RGB 131 198 143 -
CMYK 0.34 0 0.28 0.22
HSL 130.75º 0.37% 0.65% -
HSV(B) 130.75º 0.34% 0.78% -
XYZ 34.51 47.2 33.28 -
YUV 171.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 131 198 143 0.34 0 0.28 0.22 130.75 0.37 0.65
Hex 83 C6 8F 22 0 1C 16 83 25 41
Octal 203 306 217 42 0 34 26 203 45 101
Binary 10000011 11000110 10001111 100010 0 11100 10110 10000011 100101 1000001

Color Harmonies of #83C68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C68F

Black with #83C68F

Text Example


Text Example

White with #83C68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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