Html Css Color HEX #8CD585 De York

📋 copy color: '#8CD585'

red 140 ◦ green 213 ◦ blue 133

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

Shades of De York #8CD585

Tints of De York #8CD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.83%

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 28.81%
G = 43.83%
B = 27.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#8CD585 (or 0x8CD585) is known color: De York. HEX triplet: 8C, D5 and 85. RGB value is (140,213,133). Sum of RGB (Red+Green+Blue) = 140+213+133=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD585 is #732A7A. Grayscale: #B6B6B6. Windows color (decimal): -7547515 or 8770956. OLE color: 8770956.

HSL color Cylindrical-coordinate representation of color #8CD585: hue angle of 114.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CD585 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 213 133 -
CMYK 0.34 0 0.38 0.16
HSL 114.75º 0.49% 0.68% -
HSV(B) 114.75º 0.38% 0.84% -
XYZ 38.84 54.86 30.73 -
YUV 182.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 140 213 133 0.34 0 0.38 0.16 114.75 0.49 0.68
Hex 8C D5 85 22 0 26 10 73 31 44
Octal 214 325 205 42 0 46 20 163 61 104
Binary 10001100 11010101 10000101 100010 0 100110 10000 1110011 110001 1000100

Color Harmonies of #8CD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD585

Black with #8CD585

Text Example


Text Example

White with #8CD585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,213,133); }

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

background-color css

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

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

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

border-color css

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

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

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