Html Css Color HEX #8BD794 De York

📋 copy color: '#8BD794'

red 139 ◦ green 215 ◦ blue 148

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

Shades of De York #8BD794

Tints of De York #8BD794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.83%

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

R = 27.69%
G = 42.83%
B = 29.48%

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

#8BD794 (or 0x8BD794) is known color: De York. HEX triplet: 8B, D7 and 94. RGB value is (139,215,148). Sum of RGB (Red+Green+Blue) = 139+215+148=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD794 is #74286B. Grayscale: #B8B8B8. Windows color (decimal): -7612524 or 9754507. OLE color: 9754507.

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

Color convert

RGB 139 215 148 -
CMYK 0.35 0 0.31 0.16
HSL 127.11º 0.49% 0.69% -
HSV(B) 127.11º 0.35% 0.84% -
XYZ 40.29 56.23 36.75 -
YUV 184.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 139 215 148 0.35 0 0.31 0.16 127.11 0.49 0.69
Hex 8B D7 94 23 0 1F 10 7F 31 45
Octal 213 327 224 43 0 37 20 177 61 105
Binary 10001011 11010111 10010100 100011 0 11111 10000 1111111 110001 1000101

Color Harmonies of #8BD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD794

Black with #8BD794

Text Example


Text Example

White with #8BD794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,215,148); }

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

background-color css

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

 a { background-color: rgb(139,215,148); }

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

border-color css

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

 span { border-color: rgb(139,215,148); }

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