Html Css Color HEX #8CCD7F De York

📋 copy color: '#8CCD7F'

red 140 ◦ green 205 ◦ blue 127

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

Shades of De York #8CCD7F

Tints of De York #8CCD7F

RGB

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

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

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

R = 29.66%
G = 43.43%
B = 26.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#8CCD7F (or 0x8CCD7F) is known color: De York. HEX triplet: 8C, CD and 7F. RGB value is (140,205,127). Sum of RGB (Red+Green+Blue) = 140+205+127=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD7F is #733280. Grayscale: #B0B0B0. Windows color (decimal): -7549569 or 8375692. OLE color: 8375692.

HSL color Cylindrical-coordinate representation of color #8CCD7F: hue angle of 110º 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 #8CCD7F is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 127 -
CMYK 0.32 0 0.38 0.20
HSL 110º 0.44% 0.65% -
HSV(B) 110º 0.38% 0.8% -
XYZ 36.48 50.77 27.96 -
YUV 176.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 140 205 127 0.32 0 0.38 0.20 110 0.44 0.65
Hex 8C CD 7F 20 0 26 14 6E 2C 41
Octal 214 315 177 40 0 46 24 156 54 101
Binary 10001100 11001101 1111111 100000 0 100110 10100 1101110 101100 1000001

Color Harmonies of #8CCD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD7F

Black with #8CCD7F

Text Example


Text Example

White with #8CCD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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