Html Css Color HEX #8FD595 De York

📋 copy color: '#8FD595'

red 143 ◦ green 213 ◦ blue 149

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

Shades of De York #8FD595

Tints of De York #8FD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 28.32%
G = 42.18%
B = 29.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#8FD595 (or 0x8FD595) is known color: De York. HEX triplet: 8F, D5 and 95. RGB value is (143,213,149). Sum of RGB (Red+Green+Blue) = 143+213+149=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD595 is #702A6A. Grayscale: #B8B8B8. Windows color (decimal): -7350891 or 9819535. OLE color: 9819535.

HSL color Cylindrical-coordinate representation of color #8FD595: hue angle of 125.14º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD595 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 213 149 -
CMYK 0.33 0 0.30 0.16
HSL 125.14º 0.45% 0.7% -
HSV(B) 125.14º 0.33% 0.84% -
XYZ 40.55 55.6 37.03 -
YUV 184.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 143 213 149 0.33 0 0.30 0.16 125.14 0.45 0.7
Hex 8F D5 95 21 0 1E 10 7D 2D 46
Octal 217 325 225 41 0 36 20 175 55 106
Binary 10001111 11010101 10010101 100001 0 11110 10000 1111101 101101 1000110

Color Harmonies of #8FD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD595

Black with #8FD595

Text Example


Text Example

White with #8FD595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,213,149); }

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

background-color css

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

 a { background-color: rgb(143,213,149); }

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

border-color css

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

 span { border-color: rgb(143,213,149); }

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