Html Css Color HEX #93CE8D De York

📋 copy color: '#93CE8D'

red 147 ◦ green 206 ◦ blue 141

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

Shades of De York #93CE8D

Tints of De York #93CE8D

RGB

 RED value IS 147 (57.81% from 255) = 29.76%

 GREEN value IS 206 (80.86% from 255) = 41.7%

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 29.76%
G = 41.7%
B = 28.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#93CE8D (or 0x93CE8D) is known color: De York. HEX triplet: 93, CE and 8D. RGB value is (147,206,141). Sum of RGB (Red+Green+Blue) = 147+206+141=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE8D is #6C3172. Grayscale: #B5B5B5. Windows color (decimal): -7090547 or 9293459. OLE color: 9293459.

HSL color Cylindrical-coordinate representation of color #93CE8D: hue angle of 114.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93CE8D is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 141 -
CMYK 0.29 0 0.32 0.19
HSL 114.46º 0.4% 0.68% -
HSV(B) 114.46º 0.32% 0.81% -
XYZ 38.91 52.27 33.24 -
YUV 180.95 105.45 103.79 -
System Red Green Blue C M Y K H S L
Decimal 147 206 141 0.29 0 0.32 0.19 114.46 0.4 0.68
Hex 93 CE 8D 1D 0 20 13 72 28 44
Octal 223 316 215 35 0 40 23 162 50 104
Binary 10010011 11001110 10001101 11101 0 100000 10011 1110010 101000 1000100

Color Harmonies of #93CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE8D

Black with #93CE8D

Text Example


Text Example

White with #93CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CE8D; }

 p { color: rgb(147,206,141); }

 H1.HeaderClassName
 {
   color: #93CE8D;
 }
 .AnyTagClassName
 {
   color: #93CE8D;
 }
</style>

background-color css

<style>
 a { background-color: #93CE8D; }

 a { background-color: rgb(147,206,141); }

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

border-color css

<style>
 span { border-color: #93CE8D; }

 span { border-color: rgb(147,206,141); }

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