Html Css Color HEX #8FD097 De York

📋 copy color: '#8FD097'

red 143 ◦ green 208 ◦ blue 151

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

Shades of De York #8FD097

Tints of De York #8FD097

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.43%

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 28.49%
G = 41.43%
B = 30.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#8FD097 (or 0x8FD097) is known color: De York. HEX triplet: 8F, D0 and 97. RGB value is (143,208,151). Sum of RGB (Red+Green+Blue) = 143+208+151=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD097 is #702F68. Grayscale: #B6B6B6. Windows color (decimal): -7352169 or 9949327. OLE color: 9949327.

HSL color Cylindrical-coordinate representation of color #8FD097: hue angle of 127.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FD097 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 151 -
CMYK 0.31 0 0.27 0.18
HSL 127.38º 0.41% 0.69% -
HSV(B) 127.38º 0.31% 0.82% -
XYZ 39.47 53.19 37.46 -
YUV 182.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 143 208 151 0.31 0 0.27 0.18 127.38 0.41 0.69
Hex 8F D0 97 1F 0 1B 12 7F 29 45
Octal 217 320 227 37 0 33 22 177 51 105
Binary 10001111 11010000 10010111 11111 0 11011 10010 1111111 101001 1000101

Color Harmonies of #8FD097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD097

Black with #8FD097

Text Example


Text Example

White with #8FD097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,151); }

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

background-color css

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

 a { background-color: rgb(143,208,151); }

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

border-color css

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

 span { border-color: rgb(143,208,151); }

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