Html Css Color HEX #8FD095 De York

📋 copy color: '#8FD095'

red 143 ◦ green 208 ◦ blue 149

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

Shades of De York #8FD095

Tints of De York #8FD095

RGB

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

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

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

R = 28.6%
G = 41.6%
B = 29.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#8FD095 (or 0x8FD095) is known color: De York. HEX triplet: 8F, D0 and 95. RGB value is (143,208,149). Sum of RGB (Red+Green+Blue) = 143+208+149=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD095 is #702F6A. Grayscale: #B6B6B6. Windows color (decimal): -7352171 or 9818255. OLE color: 9818255.

HSL color Cylindrical-coordinate representation of color #8FD095: hue angle of 125.54º 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 #8FD095 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 149 -
CMYK 0.31 0 0.28 0.18
HSL 125.54º 0.41% 0.69% -
HSV(B) 125.54º 0.31% 0.82% -
XYZ 39.31 53.12 36.62 -
YUV 181.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 143 208 149 0.31 0 0.28 0.18 125.54 0.41 0.69
Hex 8F D0 95 1F 0 1C 12 7E 29 45
Octal 217 320 225 37 0 34 22 176 51 105
Binary 10001111 11010000 10010101 11111 0 11100 10010 1111110 101001 1000101

Color Harmonies of #8FD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD095

Black with #8FD095

Text Example


Text Example

White with #8FD095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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