Html Css Color HEX #8CC88C De York

📋 copy color: '#8CC88C'

red 140 ◦ green 200 ◦ blue 140

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

Shades of De York #8CC88C

Tints of De York #8CC88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 29.17%
G = 41.67%
B = 29.17%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#8CC88C (or 0x8CC88C) is known color: De York. HEX triplet: 8C, C8 and 8C. RGB value is (140,200,140). Sum of RGB (Red+Green+Blue) = 140+200+140=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC88C is #733773. Grayscale: #AFAFAF. Windows color (decimal): -7550836 or 9226380. OLE color: 9226380.

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

Color convert

RGB 140 200 140 -
CMYK 0.3 0 0.3 0.22
HSL 120º 0.35% 0.67% -
HSV(B) 120º 0.3% 0.78% -
XYZ 36.2 48.78 32.32 -
YUV 175.22 108.12 102.88 -
System Red Green Blue C M Y K H S L
Decimal 140 200 140 0.3 0 0.3 0.22 120 0.35 0.67
Hex 8C C8 8C 1E 0 1E 16 78 23 43
Octal 214 310 214 36 0 36 26 170 43 103
Binary 10001100 11001000 10001100 11110 0 11110 10110 1111000 100011 1000011

Color Harmonies of #8CC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC88C

Black with #8CC88C

Text Example


Text Example

White with #8CC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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