Html Css Color HEX #8DD48A De York

📋 copy color: '#8DD48A'

red 141 ◦ green 212 ◦ blue 138

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

Shades of De York #8DD48A

Tints of De York #8DD48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.18%

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

R = 28.72%
G = 43.18%
B = 28.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#8DD48A (or 0x8DD48A) is known color: De York. HEX triplet: 8D, D4 and 8A. RGB value is (141,212,138). Sum of RGB (Red+Green+Blue) = 141+212+138=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD48A is #722B75. Grayscale: #B6B6B6. Windows color (decimal): -7482230 or 9098381. OLE color: 9098381.

HSL color Cylindrical-coordinate representation of color #8DD48A: hue angle of 117.57º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD48A is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 212 138 -
CMYK 0.33 0 0.35 0.17
HSL 117.57º 0.46% 0.69% -
HSV(B) 117.57º 0.35% 0.83% -
XYZ 39.12 54.58 32.52 -
YUV 182.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 141 212 138 0.33 0 0.35 0.17 117.57 0.46 0.69
Hex 8D D4 8A 21 0 23 11 76 2E 45
Octal 215 324 212 41 0 43 21 166 56 105
Binary 10001101 11010100 10001010 100001 0 100011 10001 1110110 101110 1000101

Color Harmonies of #8DD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD48A

Black with #8DD48A

Text Example


Text Example

White with #8DD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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