Html Css Color HEX #8CC87F De York

📋 copy color: '#8CC87F'

red 140 ◦ green 200 ◦ blue 127

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

Shades of De York #8CC87F

Tints of De York #8CC87F

RGB

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

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

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

R = 29.98%
G = 42.83%
B = 27.19%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#8CC87F (or 0x8CC87F) is known color: De York. HEX triplet: 8C, C8 and 7F. RGB value is (140,200,127). Sum of RGB (Red+Green+Blue) = 140+200+127=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC87F is #733780. Grayscale: #ADADAD. Windows color (decimal): -7550849 or 8374412. OLE color: 8374412.

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

Color convert

RGB 140 200 127 -
CMYK 0.3 0 0.36 0.22
HSL 109.32º 0.4% 0.64% -
HSV(B) 109.32º 0.37% 0.78% -
XYZ 35.3 48.42 27.56 -
YUV 173.74 101.62 103.94 -
System Red Green Blue C M Y K H S L
Decimal 140 200 127 0.3 0 0.36 0.22 109.32 0.4 0.64
Hex 8C C8 7F 1E 0 24 16 6D 28 40
Octal 214 310 177 36 0 44 26 155 50 100
Binary 10001100 11001000 1111111 11110 0 100100 10110 1101101 101000 1000000

Color Harmonies of #8CC87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC87F

Black with #8CC87F

Text Example


Text Example

White with #8CC87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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