Html Css Color HEX #8BD693 De York

📋 copy color: '#8BD693'

red 139 ◦ green 214 ◦ blue 147

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

Shades of De York #8BD693

Tints of De York #8BD693

RGB

 RED value IS 139 (54.69% from 255) = 27.8%

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

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 27.8%
G = 42.8%
B = 29.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#8BD693 (or 0x8BD693) is known color: De York. HEX triplet: 8B, D6 and 93. RGB value is (139,214,147). Sum of RGB (Red+Green+Blue) = 139+214+147=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD693 is #74296C. Grayscale: #B8B8B8. Windows color (decimal): -7612781 or 9688715. OLE color: 9688715.

HSL color Cylindrical-coordinate representation of color #8BD693: hue angle of 126.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD693 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 147 -
CMYK 0.35 0 0.31 0.16
HSL 126.4º 0.48% 0.69% -
HSV(B) 126.4º 0.35% 0.84% -
XYZ 39.96 55.69 36.25 -
YUV 183.94 107.15 95.95 -
System Red Green Blue C M Y K H S L
Decimal 139 214 147 0.35 0 0.31 0.16 126.4 0.48 0.69
Hex 8B D6 93 23 0 1F 10 7E 30 45
Octal 213 326 223 43 0 37 20 176 60 105
Binary 10001011 11010110 10010011 100011 0 11111 10000 1111110 110000 1000101

Color Harmonies of #8BD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD693

Black with #8BD693

Text Example


Text Example

White with #8BD693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,147); }

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

background-color css

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

 a { background-color: rgb(139,214,147); }

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

border-color css

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

 span { border-color: rgb(139,214,147); }

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