Html Css Color HEX #8DCD7F De York

📋 copy color: '#8DCD7F'

red 141 ◦ green 205 ◦ blue 127

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

Shades of De York #8DCD7F

Tints of De York #8DCD7F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

 BLUE value IS 127 (50% from 255) = 26.85%

R = 29.81%
G = 43.34%
B = 26.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#8DCD7F (or 0x8DCD7F) is known color: De York. HEX triplet: 8D, CD and 7F. RGB value is (141,205,127). Sum of RGB (Red+Green+Blue) = 141+205+127=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD7F is #723280. Grayscale: #B1B1B1. Windows color (decimal): -7484033 or 8375693. OLE color: 8375693.

HSL color Cylindrical-coordinate representation of color #8DCD7F: hue angle of 109.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DCD7F is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 205 127 -
CMYK 0.31 0 0.38 0.20
HSL 109.23º 0.44% 0.65% -
HSV(B) 109.23º 0.38% 0.8% -
XYZ 36.65 50.86 27.96 -
YUV 176.97 99.8 102.34 -
System Red Green Blue C M Y K H S L
Decimal 141 205 127 0.31 0 0.38 0.20 109.23 0.44 0.65
Hex 8D CD 7F 1F 0 26 14 6D 2C 41
Octal 215 315 177 37 0 46 24 155 54 101
Binary 10001101 11001101 1111111 11111 0 100110 10100 1101101 101100 1000001

Color Harmonies of #8DCD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCD7F

Black with #8DCD7F

Text Example


Text Example

White with #8DCD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,205,127); }

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

background-color css

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

 a { background-color: rgb(141,205,127); }

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

border-color css

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

 span { border-color: rgb(141,205,127); }

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