Html Css Color HEX #94CE8C De York

📋 copy color: '#94CE8C'

red 148 ◦ green 206 ◦ blue 140

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

Shades of De York #94CE8C

Tints of De York #94CE8C

RGB

 RED value IS 148 (58.2% from 255) = 29.96%

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

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

R = 29.96%
G = 41.7%
B = 28.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#94CE8C (or 0x94CE8C) is known color: De York. HEX triplet: 94, CE and 8C. RGB value is (148,206,140). Sum of RGB (Red+Green+Blue) = 148+206+140=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE8C is #6B3173. Grayscale: #B5B5B5. Windows color (decimal): -7025012 or 9227924. OLE color: 9227924.

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

Color convert

RGB 148 206 140 -
CMYK 0.28 0 0.32 0.19
HSL 112.73º 0.4% 0.68% -
HSV(B) 112.73º 0.32% 0.81% -
XYZ 39.02 52.33 32.86 -
YUV 181.13 104.78 104.37 -
System Red Green Blue C M Y K H S L
Decimal 148 206 140 0.28 0 0.32 0.19 112.73 0.4 0.68
Hex 94 CE 8C 1C 0 20 13 71 28 44
Octal 224 316 214 34 0 40 23 161 50 104
Binary 10010100 11001110 10001100 11100 0 100000 10011 1110001 101000 1000100

Color Harmonies of #94CE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE8C

Black with #94CE8C

Text Example


Text Example

White with #94CE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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