Html Css Color HEX #8CCD81 De York

📋 copy color: '#8CCD81'

red 140 ◦ green 205 ◦ blue 129

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

Shades of De York #8CCD81

Tints of De York #8CCD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 29.54%
G = 43.25%
B = 27.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#8CCD81 (or 0x8CCD81) is known color: De York. HEX triplet: 8C, CD and 81. RGB value is (140,205,129). Sum of RGB (Red+Green+Blue) = 140+205+129=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD81 is #73327E. Grayscale: #B1B1B1. Windows color (decimal): -7549567 or 8506764. OLE color: 8506764.

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

Color convert

RGB 140 205 129 -
CMYK 0.32 0 0.37 0.20
HSL 111.32º 0.43% 0.65% -
HSV(B) 111.32º 0.37% 0.8% -
XYZ 36.61 50.82 28.65 -
YUV 176.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 140 205 129 0.32 0 0.37 0.20 111.32 0.43 0.65
Hex 8C CD 81 20 0 25 14 6F 2B 41
Octal 214 315 201 40 0 45 24 157 53 101
Binary 10001100 11001101 10000001 100000 0 100101 10100 1101111 101011 1000001

Color Harmonies of #8CCD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD81

Black with #8CCD81

Text Example


Text Example

White with #8CCD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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