Html Css Color HEX #8FCC94 De York

📋 copy color: '#8FCC94'

red 143 ◦ green 204 ◦ blue 148

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

Shades of De York #8FCC94

Tints of De York #8FCC94

RGB

 RED value IS 143 (56.25% from 255) = 28.89%

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

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

R = 28.89%
G = 41.21%
B = 29.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#8FCC94 (or 0x8FCC94) is known color: De York. HEX triplet: 8F, CC and 94. RGB value is (143,204,148). Sum of RGB (Red+Green+Blue) = 143+204+148=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC94 is #70336B. Grayscale: #B3B3B3. Windows color (decimal): -7353196 or 9751695. OLE color: 9751695.

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

Color convert

RGB 143 204 148 -
CMYK 0.30 0 0.27 0.2
HSL 124.92º 0.37% 0.68% -
HSV(B) 124.92º 0.3% 0.8% -
XYZ 38.27 51.16 35.88 -
YUV 179.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 143 204 148 0.30 0 0.27 0.2 124.92 0.37 0.68
Hex 8F CC 94 1E 0 1B 14 7D 25 44
Octal 217 314 224 36 0 33 24 175 45 104
Binary 10001111 11001100 10010100 11110 0 11011 10100 1111101 100101 1000100

Color Harmonies of #8FCC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC94

Black with #8FCC94

Text Example


Text Example

White with #8FCC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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