Html Css Color HEX #8DCF96 De York

📋 copy color: '#8DCF96'

red 141 ◦ green 207 ◦ blue 150

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

Shades of De York #8DCF96

Tints of De York #8DCF96

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 150 (58.98% from 255) = 30.12%

R = 28.31%
G = 41.57%
B = 30.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#8DCF96 (or 0x8DCF96) is known color: De York. HEX triplet: 8D, CF and 96. RGB value is (141,207,150). Sum of RGB (Red+Green+Blue) = 141+207+150=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCF96 is #723069. Grayscale: #B4B4B4. Windows color (decimal): -7483498 or 9883533. OLE color: 9883533.

HSL color Cylindrical-coordinate representation of color #8DCF96: hue angle of 128.18º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCF96 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 207 150 -
CMYK 0.32 0 0.28 0.19
HSL 128.18º 0.41% 0.68% -
HSV(B) 128.18º 0.32% 0.81% -
XYZ 38.8 52.49 36.94 -
YUV 180.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 141 207 150 0.32 0 0.28 0.19 128.18 0.41 0.68
Hex 8D CF 96 20 0 1C 13 80 29 44
Octal 215 317 226 40 0 34 23 200 51 104
Binary 10001101 11001111 10010110 100000 0 11100 10011 10000000 101001 1000100

Color Harmonies of #8DCF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCF96

Black with #8DCF96

Text Example


Text Example

White with #8DCF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,207,150); }

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

background-color css

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

 a { background-color: rgb(141,207,150); }

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

border-color css

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

 span { border-color: rgb(141,207,150); }

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