Html Css Color HEX #8DD692 De York

📋 copy color: '#8DD692'

red 141 ◦ green 214 ◦ blue 146

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

Shades of De York #8DD692

Tints of De York #8DD692

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 28.14%
G = 42.71%
B = 29.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#8DD692 (or 0x8DD692) is known color: De York. HEX triplet: 8D, D6 and 92. RGB value is (141,214,146). Sum of RGB (Red+Green+Blue) = 141+214+146=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD692 is #72296D. Grayscale: #B8B8B8. Windows color (decimal): -7481710 or 9623181. OLE color: 9623181.

HSL color Cylindrical-coordinate representation of color #8DD692: hue angle of 124.11º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD692 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 214 146 -
CMYK 0.34 0 0.32 0.16
HSL 124.11º 0.47% 0.7% -
HSV(B) 124.11º 0.34% 0.84% -
XYZ 40.22 55.83 35.85 -
YUV 184.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 141 214 146 0.34 0 0.32 0.16 124.11 0.47 0.7
Hex 8D D6 92 22 0 20 10 7C 2F 46
Octal 215 326 222 42 0 40 20 174 57 106
Binary 10001101 11010110 10010010 100010 0 100000 10000 1111100 101111 1000110

Color Harmonies of #8DD692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD692

Black with #8DD692

Text Example


Text Example

White with #8DD692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,214,146); }

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

background-color css

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

 a { background-color: rgb(141,214,146); }

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

border-color css

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

 span { border-color: rgb(141,214,146); }

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