Html Css Color HEX #8FD88A De York

📋 copy color: '#8FD88A'

red 143 ◦ green 216 ◦ blue 138

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

Shades of De York #8FD88A

Tints of De York #8FD88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.46%

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 28.77%
G = 43.46%
B = 27.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#8FD88A (or 0x8FD88A) is known color: De York. HEX triplet: 8F, D8 and 8A. RGB value is (143,216,138). Sum of RGB (Red+Green+Blue) = 143+216+138=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD88A is #702775. Grayscale: #B9B9B9. Windows color (decimal): -7350134 or 9099407. OLE color: 9099407.

HSL color Cylindrical-coordinate representation of color #8FD88A: hue angle of 116.15º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FD88A is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 216 138 -
CMYK 0.34 0 0.36 0.15
HSL 116.15º 0.5% 0.69% -
HSV(B) 116.15º 0.36% 0.85% -
XYZ 40.47 56.79 32.87 -
YUV 185.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 143 216 138 0.34 0 0.36 0.15 116.15 0.5 0.69
Hex 8F D8 8A 22 0 24 F 74 32 45
Octal 217 330 212 42 0 44 17 164 62 105
Binary 10001111 11011000 10001010 100010 0 100100 1111 1110100 110010 1000101

Color Harmonies of #8FD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD88A

Black with #8FD88A

Text Example


Text Example

White with #8FD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,216,138); }

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

background-color css

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

 a { background-color: rgb(143,216,138); }

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

border-color css

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

 span { border-color: rgb(143,216,138); }

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