Html Css Color HEX #8CC87D De York

📋 copy color: '#8CC87D'

red 140 ◦ green 200 ◦ blue 125

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

Shades of De York #8CC87D

Tints of De York #8CC87D

RGB

 RED value IS 140 (55.08% from 255) = 30.11%

 GREEN value IS 200 (78.52% from 255) = 43.01%

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 30.11%
G = 43.01%
B = 26.88%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#8CC87D (or 0x8CC87D) is known color: De York. HEX triplet: 8C, C8 and 7D. RGB value is (140,200,125). Sum of RGB (Red+Green+Blue) = 140+200+125=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC87D is #733782. Grayscale: #ADADAD. Windows color (decimal): -7550851 or 8243340. OLE color: 8243340.

HSL color Cylindrical-coordinate representation of color #8CC87D: hue angle of 108º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CC87D is Cyan = 0.3, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 125 -
CMYK 0.3 0 0.38 0.22
HSL 108º 0.41% 0.64% -
HSV(B) 108º 0.38% 0.78% -
XYZ 35.17 48.36 26.88 -
YUV 173.51 100.62 104.1 -
System Red Green Blue C M Y K H S L
Decimal 140 200 125 0.3 0 0.38 0.22 108 0.41 0.64
Hex 8C C8 7D 1E 0 26 16 6C 29 40
Octal 214 310 175 36 0 46 26 154 51 100
Binary 10001100 11001000 1111101 11110 0 100110 10110 1101100 101001 1000000

Color Harmonies of #8CC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC87D

Black with #8CC87D

Text Example


Text Example

White with #8CC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,125); }

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

background-color css

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

 a { background-color: rgb(140,200,125); }

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

border-color css

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

 span { border-color: rgb(140,200,125); }

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