Html Css Color HEX #8CC880 De York

📋 copy color: '#8CC880'

red 140 ◦ green 200 ◦ blue 128

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

Shades of De York #8CC880

Tints of De York #8CC880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.35%

R = 29.91%
G = 42.74%
B = 27.35%

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

#8CC880 (or 0x8CC880) is known color: De York. HEX triplet: 8C, C8 and 80. RGB value is (140,200,128). Sum of RGB (Red+Green+Blue) = 140+200+128=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC880 is #73377F. Grayscale: #AEAEAE. Windows color (decimal): -7550848 or 8439948. OLE color: 8439948.

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

Color convert

RGB 140 200 128 -
CMYK 0.3 0 0.36 0.22
HSL 110º 0.4% 0.64% -
HSV(B) 110º 0.36% 0.78% -
XYZ 35.37 48.44 27.91 -
YUV 173.85 102.12 103.85 -
System Red Green Blue C M Y K H S L
Decimal 140 200 128 0.3 0 0.36 0.22 110 0.4 0.64
Hex 8C C8 80 1E 0 24 16 6E 28 40
Octal 214 310 200 36 0 44 26 156 50 100
Binary 10001100 11001000 10000000 11110 0 100100 10110 1101110 101000 1000000

Color Harmonies of #8CC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC880

Black with #8CC880

Text Example


Text Example

White with #8CC880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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