Html Css Color HEX #8CD27C De York

📋 copy color: '#8CD27C'

red 140 ◦ green 210 ◦ blue 124

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

Shades of De York #8CD27C

Tints of De York #8CD27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.3%

 BLUE value IS 124 (48.83% from 255) = 26.16%

R = 29.54%
G = 44.3%
B = 26.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#8CD27C (or 0x8CD27C) is known color: De York. HEX triplet: 8C, D2 and 7C. RGB value is (140,210,124). Sum of RGB (Red+Green+Blue) = 140+210+124=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD27C is #732D83. Grayscale: #B3B3B3. Windows color (decimal): -7548292 or 8180364. OLE color: 8180364.

HSL color Cylindrical-coordinate representation of color #8CD27C: hue angle of 108.84º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CD27C is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 124 -
CMYK 0.33 0 0.41 0.18
HSL 108.84º 0.49% 0.65% -
HSV(B) 108.84º 0.41% 0.82% -
XYZ 37.5 53.12 27.35 -
YUV 179.27 96.81 99.99 -
System Red Green Blue C M Y K H S L
Decimal 140 210 124 0.33 0 0.41 0.18 108.84 0.49 0.65
Hex 8C D2 7C 21 0 29 12 6D 31 41
Octal 214 322 174 41 0 51 22 155 61 101
Binary 10001100 11010010 1111100 100001 0 101001 10010 1101101 110001 1000001

Color Harmonies of #8CD27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD27C

Black with #8CD27C

Text Example


Text Example

White with #8CD27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,210,124); }

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

background-color css

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

 a { background-color: rgb(140,210,124); }

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

border-color css

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

 span { border-color: rgb(140,210,124); }

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