Html Css Color HEX #8FD28A De York

📋 copy color: '#8FD28A'

red 143 ◦ green 210 ◦ blue 138

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

Shades of De York #8FD28A

Tints of De York #8FD28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.77%

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

R = 29.12%
G = 42.77%
B = 28.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#8FD28A (or 0x8FD28A) is known color: De York. HEX triplet: 8F, D2 and 8A. RGB value is (143,210,138). Sum of RGB (Red+Green+Blue) = 143+210+138=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD28A is #702D75. Grayscale: #B5B5B5. Windows color (decimal): -7351670 or 9097871. OLE color: 9097871.

HSL color Cylindrical-coordinate representation of color #8FD28A: hue angle of 115.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD28A is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 210 138 -
CMYK 0.32 0 0.34 0.18
HSL 115.83º 0.44% 0.68% -
HSV(B) 115.83º 0.34% 0.82% -
XYZ 38.96 53.77 32.37 -
YUV 181.76 103.3 100.35 -
System Red Green Blue C M Y K H S L
Decimal 143 210 138 0.32 0 0.34 0.18 115.83 0.44 0.68
Hex 8F D2 8A 20 0 22 12 74 2C 44
Octal 217 322 212 40 0 42 22 164 54 104
Binary 10001111 11010010 10001010 100000 0 100010 10010 1110100 101100 1000100

Color Harmonies of #8FD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD28A

Black with #8FD28A

Text Example


Text Example

White with #8FD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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