Html Css Color HEX #83C28F De York

📋 copy color: '#83C28F'

red 131 ◦ green 194 ◦ blue 143

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

Shades of De York #83C28F

Tints of De York #83C28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

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

R = 27.99%
G = 41.45%
B = 30.56%

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

#83C28F (or 0x83C28F) is known color: De York. HEX triplet: 83, C2 and 8F. RGB value is (131,194,143). Sum of RGB (Red+Green+Blue) = 131+194+143=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #83C28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C28F is #7C3D70. Grayscale: #A9A9A9. Windows color (decimal): -8142193 or 9421443. OLE color: 9421443.

HSL color Cylindrical-coordinate representation of color #83C28F: hue angle of 131.43º degrees, saturation: 0.34, 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 #83C28F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 194 143 -
CMYK 0.32 0 0.26 0.24
HSL 131.43º 0.34% 0.64% -
HSV(B) 131.43º 0.32% 0.76% -
XYZ 33.61 45.39 32.98 -
YUV 169.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 131 194 143 0.32 0 0.26 0.24 131.43 0.34 0.64
Hex 83 C2 8F 20 0 1A 18 83 22 40
Octal 203 302 217 40 0 32 30 203 42 100
Binary 10000011 11000010 10001111 100000 0 11010 11000 10000011 100010 1000000

Color Harmonies of #83C28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C28F

Black with #83C28F

Text Example


Text Example

White with #83C28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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