Html Css Color HEX #8DD794 De York

📋 copy color: '#8DD794'

red 141 ◦ green 215 ◦ blue 148

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

Shades of De York #8DD794

Tints of De York #8DD794

RGB

 RED value IS 141 (55.47% from 255) = 27.98%

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

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

R = 27.98%
G = 42.66%
B = 29.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#8DD794 (or 0x8DD794) is known color: De York. HEX triplet: 8D, D7 and 94. RGB value is (141,215,148). Sum of RGB (Red+Green+Blue) = 141+215+148=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD794 is #72286B. Grayscale: #B9B9B9. Windows color (decimal): -7481452 or 9754509. OLE color: 9754509.

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

Color convert

RGB 141 215 148 -
CMYK 0.34 0 0.31 0.16
HSL 125.68º 0.48% 0.7% -
HSV(B) 125.68º 0.34% 0.84% -
XYZ 40.63 56.4 36.76 -
YUV 185.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 141 215 148 0.34 0 0.31 0.16 125.68 0.48 0.7
Hex 8D D7 94 22 0 1F 10 7E 30 46
Octal 215 327 224 42 0 37 20 176 60 106
Binary 10001101 11010111 10010100 100010 0 11111 10000 1111110 110000 1000110

Color Harmonies of #8DD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD794

Black with #8DD794

Text Example


Text Example

White with #8DD794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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