Html Css Color HEX #83D694 De York

📋 copy color: '#83D694'

red 131 ◦ green 214 ◦ blue 148

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

Shades of De York #83D694

Tints of De York #83D694

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 26.57%
G = 43.41%
B = 30.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#83D694 (or 0x83D694) is known color: De York. HEX triplet: 83, D6 and 94. RGB value is (131,214,148). Sum of RGB (Red+Green+Blue) = 131+214+148=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #83D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D694 is #7C296B. Grayscale: #B5B5B5. Windows color (decimal): -8137068 or 9754243. OLE color: 9754243.

HSL color Cylindrical-coordinate representation of color #83D694: hue angle of 132.29º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D694 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 214 148 -
CMYK 0.39 0 0.31 0.16
HSL 132.29º 0.5% 0.68% -
HSV(B) 132.29º 0.39% 0.84% -
XYZ 38.75 55.06 36.6 -
YUV 181.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 131 214 148 0.39 0 0.31 0.16 132.29 0.5 0.68
Hex 83 D6 94 27 0 1F 10 84 32 44
Octal 203 326 224 47 0 37 20 204 62 104
Binary 10000011 11010110 10010100 100111 0 11111 10000 10000100 110010 1000100

Color Harmonies of #83D694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D694

Black with #83D694

Text Example


Text Example

White with #83D694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,214,148); }

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

background-color css

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

 a { background-color: rgb(131,214,148); }

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

border-color css

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

 span { border-color: rgb(131,214,148); }

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