Html Css Color HEX #8DCC94 De York

📋 copy color: '#8DCC94'

red 141 ◦ green 204 ◦ blue 148

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

Shades of De York #8DCC94

Tints of De York #8DCC94

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.38%

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

R = 28.6%
G = 41.38%
B = 30.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#8DCC94 (or 0x8DCC94) is known color: De York. HEX triplet: 8D, CC and 94. RGB value is (141,204,148). Sum of RGB (Red+Green+Blue) = 141+204+148=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCC94 is #72336B. Grayscale: #B2B2B2. Windows color (decimal): -7484268 or 9751693. OLE color: 9751693.

HSL color Cylindrical-coordinate representation of color #8DCC94: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCC94 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 204 148 -
CMYK 0.31 0 0.27 0.2
HSL 126.67º 0.38% 0.68% -
HSV(B) 126.67º 0.31% 0.8% -
XYZ 37.92 50.99 35.86 -
YUV 178.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 141 204 148 0.31 0 0.27 0.2 126.67 0.38 0.68
Hex 8D CC 94 1F 0 1B 14 7F 26 44
Octal 215 314 224 37 0 33 24 177 46 104
Binary 10001101 11001100 10010100 11111 0 11011 10100 1111111 100110 1000100

Color Harmonies of #8DCC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCC94

Black with #8DCC94

Text Example


Text Example

White with #8DCC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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