Html Css Color HEX #93CE8C De York

📋 copy color: '#93CE8C'

red 147 ◦ green 206 ◦ blue 140

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

Shades of De York #93CE8C

Tints of De York #93CE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 29.82%
G = 41.78%
B = 28.4%

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

#93CE8C (or 0x93CE8C) is known color: De York. HEX triplet: 93, CE and 8C. RGB value is (147,206,140). Sum of RGB (Red+Green+Blue) = 147+206+140=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE8C is #6C3173. Grayscale: #B5B5B5. Windows color (decimal): -7090548 or 9227923. OLE color: 9227923.

HSL color Cylindrical-coordinate representation of color #93CE8C: hue angle of 113.64º 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 #93CE8C is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 140 -
CMYK 0.29 0 0.32 0.19
HSL 113.64º 0.4% 0.68% -
HSV(B) 113.64º 0.32% 0.81% -
XYZ 38.84 52.24 32.85 -
YUV 180.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 147 206 140 0.29 0 0.32 0.19 113.64 0.4 0.68
Hex 93 CE 8C 1D 0 20 13 72 28 44
Octal 223 316 214 35 0 40 23 162 50 104
Binary 10010011 11001110 10001100 11101 0 100000 10011 1110010 101000 1000100

Color Harmonies of #93CE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE8C

Black with #93CE8C

Text Example


Text Example

White with #93CE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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