Html Css Color HEX #8FD384 De York

📋 copy color: '#8FD384'

red 143 ◦ green 211 ◦ blue 132

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

Shades of De York #8FD384

Tints of De York #8FD384

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 29.42%
G = 43.42%
B = 27.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#8FD384 (or 0x8FD384) is known color: De York. HEX triplet: 8F, D3 and 84. RGB value is (143,211,132). Sum of RGB (Red+Green+Blue) = 143+211+132=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD384 is #702C7B. Grayscale: #B5B5B5. Windows color (decimal): -7351420 or 8704911. OLE color: 8704911.

HSL color Cylindrical-coordinate representation of color #8FD384: hue angle of 111.65º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FD384 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 143 211 132 -
CMYK 0.32 0 0.37 0.17
HSL 111.65º 0.47% 0.67% -
HSV(B) 111.65º 0.37% 0.83% -
XYZ 38.79 54.09 30.23 -
YUV 181.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 143 211 132 0.32 0 0.37 0.17 111.65 0.47 0.67
Hex 8F D3 84 20 0 25 11 70 2F 43
Octal 217 323 204 40 0 45 21 160 57 103
Binary 10001111 11010011 10000100 100000 0 100101 10001 1110000 101111 1000011

Color Harmonies of #8FD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD384

Black with #8FD384

Text Example


Text Example

White with #8FD384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,211,132); }

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

background-color css

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

 a { background-color: rgb(143,211,132); }

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

border-color css

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

 span { border-color: rgb(143,211,132); }

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