Html Css Color HEX #83C18F De York

📋 copy color: '#83C18F'

red 131 ◦ green 193 ◦ blue 143

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

Shades of De York #83C18F

Tints of De York #83C18F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.33%

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

R = 28.05%
G = 41.33%
B = 30.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#83C18F (or 0x83C18F) is known color: De York. HEX triplet: 83, C1 and 8F. RGB value is (131,193,143). Sum of RGB (Red+Green+Blue) = 131+193+143=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #83C18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C18F is #7C3E70. Grayscale: #A8A8A8. Windows color (decimal): -8142449 or 9421187. OLE color: 9421187.

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

Color convert

RGB 131 193 143 -
CMYK 0.32 0 0.26 0.24
HSL 131.61º 0.33% 0.64% -
HSV(B) 131.61º 0.32% 0.76% -
XYZ 33.39 44.95 32.9 -
YUV 168.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 131 193 143 0.32 0 0.26 0.24 131.61 0.33 0.64
Hex 83 C1 8F 20 0 1A 18 84 21 40
Octal 203 301 217 40 0 32 30 204 41 100
Binary 10000011 11000001 10001111 100000 0 11010 11000 10000100 100001 1000000

Color Harmonies of #83C18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C18F

Black with #83C18F

Text Example


Text Example

White with #83C18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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