Html Css Color HEX #8CC884 De York

📋 copy color: '#8CC884'

red 140 ◦ green 200 ◦ blue 132

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

Shades of De York #8CC884

Tints of De York #8CC884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.97%

R = 29.66%
G = 42.37%
B = 27.97%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#8CC884 (or 0x8CC884) is known color: De York. HEX triplet: 8C, C8 and 84. RGB value is (140,200,132). Sum of RGB (Red+Green+Blue) = 140+200+132=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC884 is #73377B. Grayscale: #AEAEAE. Windows color (decimal): -7550844 or 8702092. OLE color: 8702092.

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

Color convert

RGB 140 200 132 -
CMYK 0.3 0 0.34 0.22
HSL 112.94º 0.38% 0.65% -
HSV(B) 112.94º 0.34% 0.78% -
XYZ 35.63 48.55 29.32 -
YUV 174.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 140 200 132 0.3 0 0.34 0.22 112.94 0.38 0.65
Hex 8C C8 84 1E 0 22 16 71 26 41
Octal 214 310 204 36 0 42 26 161 46 101
Binary 10001100 11001000 10000100 11110 0 100010 10110 1110001 100110 1000001

Color Harmonies of #8CC884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC884

Black with #8CC884

Text Example


Text Example

White with #8CC884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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