Html Css Color HEX #8AD683 De York

📋 copy color: '#8AD683'

red 138 ◦ green 214 ◦ blue 131

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

Shades of De York #8AD683

Tints of De York #8AD683

RGB

 RED value IS 138 (54.3% from 255) = 28.57%

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

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 28.57%
G = 44.31%
B = 27.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#8AD683 (or 0x8AD683) is known color: De York. HEX triplet: 8A, D6 and 83. RGB value is (138,214,131). Sum of RGB (Red+Green+Blue) = 138+214+131=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD683 is #75297C. Grayscale: #B6B6B6. Windows color (decimal): -7678333 or 8640138. OLE color: 8640138.

HSL color Cylindrical-coordinate representation of color #8AD683: hue angle of 114.94º 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 #8AD683 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 214 131 -
CMYK 0.36 0 0.39 0.16
HSL 114.94º 0.5% 0.68% -
HSV(B) 114.94º 0.39% 0.84% -
XYZ 38.62 55.14 30.08 -
YUV 181.81 99.32 96.75 -
System Red Green Blue C M Y K H S L
Decimal 138 214 131 0.36 0 0.39 0.16 114.94 0.5 0.68
Hex 8A D6 83 24 0 27 10 73 32 44
Octal 212 326 203 44 0 47 20 163 62 104
Binary 10001010 11010110 10000011 100100 0 100111 10000 1110011 110010 1000100

Color Harmonies of #8AD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD683

Black with #8AD683

Text Example


Text Example

White with #8AD683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD683; }

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

 H1.HeaderClassName
 {
   color: #8AD683;
 }
 .AnyTagClassName
 {
   color: #8AD683;
 }
</style>

background-color css

<style>
 a { background-color: #8AD683; }

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

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

border-color css

<style>
 span { border-color: #8AD683; }

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

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