Html Css Color HEX #8FD08D De York

📋 copy color: '#8FD08D'

red 143 ◦ green 208 ◦ blue 141

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

Shades of De York #8FD08D

Tints of De York #8FD08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.66%

R = 29.07%
G = 42.28%
B = 28.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#8FD08D (or 0x8FD08D) is known color: De York. HEX triplet: 8F, D0 and 8D. RGB value is (143,208,141). Sum of RGB (Red+Green+Blue) = 143+208+141=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD08D is #702F72. Grayscale: #B5B5B5. Windows color (decimal): -7352179 or 9293967. OLE color: 9293967.

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

Color convert

RGB 143 208 141 -
CMYK 0.31 0 0.32 0.18
HSL 118.21º 0.42% 0.68% -
HSV(B) 118.21º 0.32% 0.82% -
XYZ 38.69 52.87 33.37 -
YUV 180.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 143 208 141 0.31 0 0.32 0.18 118.21 0.42 0.68
Hex 8F D0 8D 1F 0 20 12 76 2A 44
Octal 217 320 215 37 0 40 22 166 52 104
Binary 10001111 11010000 10001101 11111 0 100000 10010 1110110 101010 1000100

Color Harmonies of #8FD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD08D

Black with #8FD08D

Text Example


Text Example

White with #8FD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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