Html Css Color HEX #8CC382 De York

📋 copy color: '#8CC382'

red 140 ◦ green 195 ◦ blue 130

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

Shades of De York #8CC382

Tints of De York #8CC382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.94%

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 30.11%
G = 41.94%
B = 27.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#8CC382 (or 0x8CC382) is known color: De York. HEX triplet: 8C, C3 and 82. RGB value is (140,195,130). Sum of RGB (Red+Green+Blue) = 140+195+130=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC382 is #733C7D. Grayscale: #ABABAB. Windows color (decimal): -7552126 or 8569740. OLE color: 8569740.

HSL color Cylindrical-coordinate representation of color #8CC382: hue angle of 110.77º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CC382 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 130 -
CMYK 0.28 0 0.33 0.24
HSL 110.77º 0.35% 0.64% -
HSV(B) 110.77º 0.33% 0.76% -
XYZ 34.36 46.22 28.23 -
YUV 171.15 104.78 105.79 -
System Red Green Blue C M Y K H S L
Decimal 140 195 130 0.28 0 0.33 0.24 110.77 0.35 0.64
Hex 8C C3 82 1C 0 21 18 6F 23 40
Octal 214 303 202 34 0 41 30 157 43 100
Binary 10001100 11000011 10000010 11100 0 100001 11000 1101111 100011 1000000

Color Harmonies of #8CC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC382

Black with #8CC382

Text Example


Text Example

White with #8CC382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,195,130); }

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

background-color css

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

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

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

border-color css

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

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

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