Html Css Color HEX #8CDC82 De York

📋 copy color: '#8CDC82'

red 140 ◦ green 220 ◦ blue 130

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

Shades of De York #8CDC82

Tints of De York #8CDC82

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 28.57%
G = 44.9%
B = 26.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#8CDC82 (or 0x8CDC82) is known color: De York. HEX triplet: 8C, DC and 82. RGB value is (140,220,130). Sum of RGB (Red+Green+Blue) = 140+220+130=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC82 is #73237D. Grayscale: #BABABA. Windows color (decimal): -7545726 or 8576140. OLE color: 8576140.

HSL color Cylindrical-coordinate representation of color #8CDC82: hue angle of 113.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CDC82 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 130 -
CMYK 0.36 0 0.41 0.14
HSL 113.33º 0.56% 0.69% -
HSV(B) 113.33º 0.41% 0.86% -
XYZ 40.44 58.37 30.26 -
YUV 185.82 96.5 95.32 -
System Red Green Blue C M Y K H S L
Decimal 140 220 130 0.36 0 0.41 0.14 113.33 0.56 0.69
Hex 8C DC 82 24 0 29 E 71 38 45
Octal 214 334 202 44 0 51 16 161 70 105
Binary 10001100 11011100 10000010 100100 0 101001 1110 1110001 111000 1000101

Color Harmonies of #8CDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC82

Black with #8CDC82

Text Example


Text Example

White with #8CDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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