Html Css Color HEX #8CD082 De York

📋 copy color: '#8CD082'

red 140 ◦ green 208 ◦ blue 130

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

Shades of De York #8CD082

Tints of De York #8CD082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

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

R = 29.29%
G = 43.51%
B = 27.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#8CD082 (or 0x8CD082) is known color: De York. HEX triplet: 8C, D0 and 82. RGB value is (140,208,130). Sum of RGB (Red+Green+Blue) = 140+208+130=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD082 is #732F7D. Grayscale: #B3B3B3. Windows color (decimal): -7548798 or 8573068. OLE color: 8573068.

HSL color Cylindrical-coordinate representation of color #8CD082: hue angle of 112.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CD082 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 208 130 -
CMYK 0.33 0 0.38 0.18
HSL 112.31º 0.45% 0.66% -
HSV(B) 112.31º 0.38% 0.82% -
XYZ 37.4 52.3 29.24 -
YUV 178.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 140 208 130 0.33 0 0.38 0.18 112.31 0.45 0.66
Hex 8C D0 82 21 0 26 12 70 2D 42
Octal 214 320 202 41 0 46 22 160 55 102
Binary 10001100 11010000 10000010 100001 0 100110 10010 1110000 101101 1000010

Color Harmonies of #8CD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD082

Black with #8CD082

Text Example


Text Example

White with #8CD082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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