Html Css Color HEX #8FCD94 De York

📋 copy color: '#8FCD94'

red 143 ◦ green 205 ◦ blue 148

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

Shades of De York #8FCD94

Tints of De York #8FCD94

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

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

R = 28.83%
G = 41.33%
B = 29.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#8FCD94 (or 0x8FCD94) is known color: De York. HEX triplet: 8F, CD and 94. RGB value is (143,205,148). Sum of RGB (Red+Green+Blue) = 143+205+148=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD94 is #70326B. Grayscale: #B4B4B4. Windows color (decimal): -7352940 or 9751951. OLE color: 9751951.

HSL color Cylindrical-coordinate representation of color #8FCD94: hue angle of 124.84º degrees, saturation: 0.38, 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 #8FCD94 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 205 148 -
CMYK 0.30 0 0.28 0.20
HSL 124.84º 0.38% 0.68% -
HSV(B) 124.84º 0.3% 0.8% -
XYZ 38.5 51.64 35.96 -
YUV 179.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 143 205 148 0.30 0 0.28 0.20 124.84 0.38 0.68
Hex 8F CD 94 1E 0 1C 14 7D 26 44
Octal 217 315 224 36 0 34 24 175 46 104
Binary 10001111 11001101 10010100 11110 0 11100 10100 1111101 100110 1000100

Color Harmonies of #8FCD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCD94

Black with #8FCD94

Text Example


Text Example

White with #8FCD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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