Html Css Color HEX #8BD695 De York

📋 copy color: '#8BD695'

red 139 ◦ green 214 ◦ blue 149

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

Shades of De York #8BD695

Tints of De York #8BD695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 27.69%
G = 42.63%
B = 29.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#8BD695 (or 0x8BD695) is known color: De York. HEX triplet: 8B, D6 and 95. RGB value is (139,214,149). Sum of RGB (Red+Green+Blue) = 139+214+149=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD695 is #74296A. Grayscale: #B8B8B8. Windows color (decimal): -7612779 or 9819787. OLE color: 9819787.

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

Color convert

RGB 139 214 149 -
CMYK 0.35 0 0.30 0.16
HSL 128º 0.48% 0.69% -
HSV(B) 128º 0.35% 0.84% -
XYZ 40.12 55.75 37.08 -
YUV 184.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 139 214 149 0.35 0 0.30 0.16 128 0.48 0.69
Hex 8B D6 95 23 0 1E 10 80 30 45
Octal 213 326 225 43 0 36 20 200 60 105
Binary 10001011 11010110 10010101 100011 0 11110 10000 10000000 110000 1000101

Color Harmonies of #8BD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD695

Black with #8BD695

Text Example


Text Example

White with #8BD695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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