Html Css Color HEX #8CDA93 De York

📋 copy color: '#8CDA93'

red 140 ◦ green 218 ◦ blue 147

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

Shades of De York #8CDA93

Tints of De York #8CDA93

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 27.72%
G = 43.17%
B = 29.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#8CDA93 (or 0x8CDA93) is known color: De York. HEX triplet: 8C, DA and 93. RGB value is (140,218,147). Sum of RGB (Red+Green+Blue) = 140+218+147=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA93 is #73256C. Grayscale: #BABABA. Windows color (decimal): -7546221 or 9689740. OLE color: 9689740.

HSL color Cylindrical-coordinate representation of color #8CDA93: hue angle of 125.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDA93 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 147 -
CMYK 0.36 0 0.33 0.15
HSL 125.38º 0.51% 0.7% -
HSV(B) 125.38º 0.36% 0.85% -
XYZ 41.15 57.82 36.6 -
YUV 186.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 140 218 147 0.36 0 0.33 0.15 125.38 0.51 0.7
Hex 8C DA 93 24 0 21 F 7D 33 46
Octal 214 332 223 44 0 41 17 175 63 106
Binary 10001100 11011010 10010011 100100 0 100001 1111 1111101 110011 1000110

Color Harmonies of #8CDA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA93

Black with #8CDA93

Text Example


Text Example

White with #8CDA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,147); }

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

background-color css

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

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

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

border-color css

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

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

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