Html Css Color HEX #8DD08A De York

📋 copy color: '#8DD08A'

red 141 ◦ green 208 ◦ blue 138

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

Shades of De York #8DD08A

Tints of De York #8DD08A

RGB

 RED value IS 141 (55.47% from 255) = 28.95%

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

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

R = 28.95%
G = 42.71%
B = 28.34%

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

#8DD08A (or 0x8DD08A) is known color: De York. HEX triplet: 8D, D0 and 8A. RGB value is (141,208,138). Sum of RGB (Red+Green+Blue) = 141+208+138=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD08A is #722F75. Grayscale: #B4B4B4. Windows color (decimal): -7483254 or 9097357. OLE color: 9097357.

HSL color Cylindrical-coordinate representation of color #8DD08A: hue angle of 117.43º degrees, saturation: 0.43, 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 #8DD08A is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 208 138 -
CMYK 0.32 0 0.34 0.18
HSL 117.43º 0.43% 0.68% -
HSV(B) 117.43º 0.34% 0.82% -
XYZ 38.13 52.61 32.19 -
YUV 179.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 141 208 138 0.32 0 0.34 0.18 117.43 0.43 0.68
Hex 8D D0 8A 20 0 22 12 75 2B 44
Octal 215 320 212 40 0 42 22 165 53 104
Binary 10001101 11010000 10001010 100000 0 100010 10010 1110101 101011 1000100

Color Harmonies of #8DD08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD08A

Black with #8DD08A

Text Example


Text Example

White with #8DD08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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